Re: py2exe socket.gaierror (10093)

2008-03-27 Thread Knut
This is frustrating. I was working on writing a sample for my problem. I start with dissecting my code which still gives the same error. Then I start thinking that it might be my setup file doing the damage. And i start it from scratch. Everything suddenly works. Fine! i think, i will have to sta

Re: py2exe socket.gaierror (10093)

2008-03-27 Thread Tim Golden
Python Programming on Win32 wrote: > The problem is running smtplib in a py2exe compiled exe file. When it > tries to establish a socket to the mail server it fails. > > Just wondering someone has encountered this before, and if someone > might be able to point me in the right direction. > > Unha

Re: py2exe socket.gaierror (10093)

2008-03-27 Thread Knut
On 26 Mar, 23:08, Thomas Heller <[EMAIL PROTECTED]> wrote: > Knut schrieb: > > > > >> The script can't resolve the server name. Try to do it by hand using > >> nslookup or even ping (you may want to add a few print statements inside > >> the script to see the exact host name it is trying to connect

Re: py2exe socket.gaierror (10093)

2008-03-26 Thread Thomas Heller
Knut schrieb: >> The script can't resolve the server name. Try to do it by hand using >> nslookup or even ping (you may want to add a few print statements inside >> the script to see the exact host name it is trying to connect to, in case >> it isn't what you expect) >> If you can't resolve the hos

Re: py2exe socket.gaierror (10093)

2008-03-26 Thread Knut
> The script can't resolve the server name. Try to do it by hand using > nslookup or even ping (you may want to add a few print statements inside > the script to see the exact host name it is trying to connect to, in case > it isn't what you expect) > If you can't resolve the host name using nslook

Re: py2exe socket.gaierror (10093)

2008-03-26 Thread Gabriel Genellina
En Wed, 26 Mar 2008 11:17:15 -0300, Python Programming on Win32 <[EMAIL PROTECTED]> escribió: > The problem is running smtplib in a py2exe compiled exe file. When it > tries to establish a socket to the mail server it fails. > > Just wondering someone has encountered this before, and if someone

py2exe socket.gaierror (10093)

2008-03-26 Thread Python Programming on Win32
Hi, I have encountered a problem which I can not figure out a solution to. Tried Googeling it, but to no help unfortunately. The problem is running smtplib in a py2exe compiled exe file. When it tries to establish a socket to the mail server it fails. Just wondering someone has encountered this