py2exe, program has stoped working!?

John Machin sjmachin at lexicon.net
Mon Apr 14 08:11:13 EDT 2008


On Apr 14, 7:24 pm, skanem... at yahoo.se wrote:
> > Is it a console program or a gui program?
> GUI
> > What happens when you run it without py2exe?
>
> it works perfectly, both from within python and launching from
> "windows"
>
> > Have you searched for "has stopped working" in
>
> (a) your source code
> yes no such message there> (b) the py2exe source code?
>
> no, will do but doubt thats the problem
>
> > Have you managed to get any py2exe-created program to run properly?
>
> no

Well, perhaps you might like to look in the samples directory of the
py2exe distribution and choose a simple example and try that.

By the way, "popup" is what you get in a web browser. What did this
"popup" look like: a panel from your GUI software? A Windows message
box? Did it have a title across the top? What was the exact text in
the popup/panel/box? Were there any options other than to close the
window?

Which version of Python? Which Windows, what service pack? What GUI,
what version? Care to divulge the contents of your setup.py? Apart
from your GUI, what 3rd party packages/modules are you importing?



More information about the Python-list mailing list