py2exe, program has stoped working!?

skanemupp at yahoo.se skanemupp at yahoo.se
Wed Apr 16 09:00:08 EDT 2008


On 14 Apr, 14:11, John Machin <sjmac... at lexicon.net> wrote:
> 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?


its a windows message as others have said.
only option to close the window.

2.5python
windows vista
tkinter GUI

im importing tkinter and from future import division



More information about the Python-list mailing list