Have you done a name server lookup?
Can you resolve other host names from the terminal?
Search found 9 matches
- Sun Jul 15, 2007 6:38 am
- Forum: Using OpenEMM
- Topic: MDeferred : Name server:yahoo.com.: host name lookup failure
- Replies: 4
- Views: 5258
- Sun Jul 15, 2007 6:22 am
- Forum: Using OpenEMM
- Topic: MDeferred : Name server:yahoo.com.: host name lookup failure
- Replies: 4
- Views: 5258
- Sun Jul 15, 2007 6:15 am
- Forum: Installation & Upgrades
- Topic: Windows Server 2003 R2 - Caught Exception
- Replies: 6
- Views: 8181
- Sun Jul 15, 2007 6:10 am
- Forum: Using OpenEMM
- Topic: Seems like a common Problem: Windows Install Wont Send Mail
- Replies: 1
- Views: 4247
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 = ("From: %s\r\nTo: %s\r\n\r\n ...
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 = ("From: %s\r\nTo: %s\r\n\r\n ...
- Sun Jul 15, 2007 5:30 am
- Forum: Installation & Upgrades
- Topic: Windows Server 2003 R2 - Caught Exception
- Replies: 6
- Views: 8181
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 ...
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 ...
- Sun Jul 15, 2007 3:12 am
- Forum: Using OpenEMM
- Topic: Seems like a common Problem: Windows Install Wont Send Mail
- Replies: 1
- Views: 4247
Seems like a common Problem: Windows Install Wont Send Mail
Softbounce 400: getaddrinfo failed
What does this mean?
Is this a DNS issue?
What does this mean?
Is this a DNS issue?
- Fri Jul 13, 2007 4:51 am
- Forum: Installation & Upgrades
- Topic: Windows Server 2003 R2 - Caught Exception
- Replies: 6
- Views: 8181
- Wed Jul 11, 2007 9:37 pm
- Forum: Installation & Upgrades
- Topic: Windows Server 2003 R2 - Caught Exception
- Replies: 6
- Views: 8181
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.
I uninstalled Python and installed the prepackaged version of Python from ActiveState. The installation was smooth as butter.
- Wed Jul 11, 2007 8:19 am
- Forum: Installation & Upgrades
- Topic: Windows Server 2003 R2 - Caught Exception
- Replies: 6
- Views: 8181
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 2003 R2 ...
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 2003 R2 ...
