How to remove the log-error of an exe file (generated by py2exe)?

Daniel Crespo dcrespo at gmail.com
Fri Nov 11 14:01:19 EST 2005


Hi to all,

I have an exe file generated by py2exe. It runs perfect, but in some
parts of my code I raise exceptions. When I close my exe file, and if
it had errors, then they writes down to a .txt file in the same
directory of the referred exe file. I would like to not to generate
this error. Is it a py2exe option in the setup file?

Thanks

Daniel




More information about the Python-list mailing list