Re: Problem with smtplib and py2exe

2008-04-08 Thread Mike Driscoll
On Apr 8, 10:17 am, Kevin <[EMAIL PROTECTED]> wrote: > Thanks, Terry, you pointed me in the right direction with the > reference to the "DEBUG". > > I dug out my "Learning Python" book, to read up on the debugger, and > one of the things I came across was a section on IDLE's debugger. It > said ess

Re: Problem with smtplib and py2exe

2008-04-08 Thread Kevin
Thanks, Terry, you pointed me in the right direction with the reference to the "DEBUG". I dug out my "Learning Python" book, to read up on the debugger, and one of the things I came across was a section on IDLE's debugger. It said essentially that if you get an error that doesn't make sense when y

Re: Problem with smtplib and py2exe

2008-04-07 Thread Terry Reedy
"Kevin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Hi everyone, | | I'm running Python 2.5.1 on an XP-Pro platform, with all the updates | (SP2, etc) installed. I have a program (send_file.py) that sends a | file to a service provider, using an ftp connection. The program | wo

Problem with smtplib and py2exe

2008-04-07 Thread Kevin
Hi everyone, I'm running Python 2.5.1 on an XP-Pro platform, with all the updates (SP2, etc) installed. I have a program (send_file.py) that sends a file to a service provider, using an ftp connection. The program works properly, and I've created an 'exe' of it, using py2exe. It was distrubuted