Search found 9 matches

by Antarias
Sun Jul 15, 2007 6:38 am
Forum: Using OpenEMM
Topic: MDeferred : Name server:yahoo.com.: host name lookup failure
Replies: 4
Views: 6908

Have you done a name server lookup?

Can you resolve other host names from the terminal?
by Antarias
Sun Jul 15, 2007 6:22 am
Forum: Using OpenEMM
Topic: MDeferred : Name server:yahoo.com.: host name lookup failure
Replies: 4
Views: 6908

What platform are you running?

Antarias
by Antarias
Sun Jul 15, 2007 6:15 am
Forum: Installation & Upgrades
Topic: Windows Server 2003 R2 - Caught Exception
Replies: 6
Views: 10728

Reinstalled ActiveState Python and boom. OpenEMM works great.

FYI: For any Windows users out there, REBOOT constantly.
by Antarias
Sun Jul 15, 2007 6:10 am
Forum: Using OpenEMM
Topic: Seems like a common Problem: Windows Install Wont Send Mail
Replies: 1
Views: 5177

More Info

When i execute this: import smtplib def prompt(prompt): return raw_input(prompt).strip() fromaddr = prompt("From: ") toaddrs = prompt("To: ").split() print "Enter message, end with ^D (Unix) or ^Z (Windows):" # Add the From: and To: headers at the start! msg = ("Fr...
by Antarias
Sun Jul 15, 2007 5:30 am
Forum: Installation & Upgrades
Topic: Windows Server 2003 R2 - Caught Exception
Replies: 6
Views: 10728

print platform.system()

When Python 2.5 is installed (not the activestate version) the print platform.system() command produces the following output: Microsoft I am sure the enviroment variables are set correctly. I get the same error as before: C:\OpenEMM>setup.bat Starting up .. home is C:\OpenEMM .. found codebase .. CA...
by Antarias
Sun Jul 15, 2007 3:12 am
Forum: Using OpenEMM
Topic: Seems like a common Problem: Windows Install Wont Send Mail
Replies: 1
Views: 5177

Seems like a common Problem: Windows Install Wont Send Mail

Softbounce 400: getaddrinfo failed

What does this mean?

Is this a DNS issue?
by Antarias
Fri Jul 13, 2007 4:51 am
Forum: Installation & Upgrades
Topic: Windows Server 2003 R2 - Caught Exception
Replies: 6
Views: 10728

The result of the executed code is: Windows However my previous post should have been clearer. After installing Activestate Active Python, instead of Python from the official Python website, the installation of OpenEMM went great. The Windows installation is fresh. The system is working great and VE...
by Antarias
Wed Jul 11, 2007 9:37 pm
Forum: Installation & Upgrades
Topic: Windows Server 2003 R2 - Caught Exception
Replies: 6
Views: 10728

Problem Solved

http://www.activestate.com/Products/activepython/

I uninstalled Python and installed the prepackaged version of Python from ActiveState. The installation was smooth as butter.
by Antarias
Wed Jul 11, 2007 8:19 am
Forum: Installation & Upgrades
Topic: Windows Server 2003 R2 - Caught Exception
Replies: 6
Views: 10728

Windows Server 2003 R2 - Caught Exception

C:\OpenEMM>setup.bat Starting up .. home is C:\OpenEMM .. found codebase .. CAUGHT EXCEPTION: Traceback (most recent call last): File "C:\OpenEMM\bin\openemm.py", line 61, in <module> addpath (agn.pythonpath) AttributeError: 'module' object has no attribute 'pythonpath' Any Ideas? Server 2...