py2exe socket.gaierror (10093)

Knut knut.urbye at gmail.com
Wed Mar 26 17:55:45 EDT 2008


> 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 nslookup, there is a network
> problem, not in your script. If you can resolve it, try your script
> without py2exe if possible.
>
> --
> Gabriel Genellina

Thank you for the quick reply Gabriel.

I have made sure the script works fine before I exe it.
It is when I compile the program I get this error.

I don't get how the compile changes server availability.


Thanks again,
Knut



More information about the Python-list mailing list