py2exe socket.gaierror (10093)
Thomas Heller
theller at ctypes.org
Wed Mar 26 18:08:50 EDT 2008
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 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.
>
Could it be a firewall issue?
Thomas
More information about the Python-list
mailing list