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
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
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
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
> 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
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
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