Re: [CentOS] getaddrinfo problem

2010-02-26 Thread John Doe
From: Susan Day suzieprogram...@gmail.com A problem occurred in a Python script. code undefined, msg = 'getaddrinfo returns an empty list', Did you check that your mail server is listening? JD ___ CentOS mailing list CentOS@centos.org

[CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
Hi; A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /var/www/html/mysite.com/simplemail/mail2.py 40 /head 41 body''' 42 my_mail() 43 print ''' 44 /body my_mail = function my_mail

Re: [CentOS] getaddrinfo problem

2010-02-25 Thread Alexander Dalloz
Am 25.02.2010 12:53, schrieb Susan Day: Hi; [ ... ] Notice that line: code undefined, msg = 'getaddrinfo returns an empty list', What up? How do I get an address to return? TIA, Susan By chance, did you break /etc/hosts file by deleting the localhost mapping? Alexander

Re: [CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
On Thu, Feb 25, 2010 at 8:14 AM, Alexander Dalloz ad+li...@uni-x.orgad%2bli...@uni-x.org wrote: Am 25.02.2010 12:53, schrieb Susan Day: Hi; [ ... ] Notice that line: code undefined, msg = 'getaddrinfo returns an empty list', What up? How do I get an address to return? TIA,