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