Py2exe and logging module

sfbell09 sfbell09 at yahoo.com
Sat Nov 1 07:31:08 EST 2003


Hi,

My question is about the logging module and py2exe. When my code is in
natural python, all of the logging works perfectly. I have two logging
functions, one is a File Handler, the other is a SMTP handler. Once I
build the code using py2exe, the File Handler still works, but the
SMTP does not send any messages. 

1. Any thoughts on why this might be happening.
2. Is there any way for the executable to return debugging
information? It's a wxPython gui app.

Thanks.






More information about the Python-list mailing list