python script to windows exe

eglyph at gmail.com eglyph at gmail.com
Mon May 19 04:39:49 EDT 2008


> but when i run the exe my program in not behaving as
> it supposed to be.its generating some errors.i dont know why this
> thing is happening as when i run my script it works fine.can some one
> put some light here.

There is nothing special in executables produced by py2exe. I mean
that the debugging strategy is as always. A good start might be in
adding logging\tracing facilities both to script and the executable.
Comparing two trace files could give you some clue.



More information about the Python-list mailing list