py2exe and Tkinter

Thomas Heller theller at python.net
Tue Mar 19 07:45:34 EST 2002


"Lindstrom Greg - glinds" <Greg.Lindstrom at acxiom.com> wrote in message news:mailman.1016477010.23588.python-list at python.org...
> Please excuse me if this is not the correct forum, and gently point me to
> the correct list.

c.l.p is ok - there are no mailing lists for py2exe.

>
> I am attempting to create a standalone application that has a GUI generated
> with Tkinter.  I have a myfile.exe that was generated from py2exe, but when
> I try to execute it (both by double clicking and trying to launch it from a
> DOS command line) I get nothing.  Do I need to do anything "special" to my
> all to work?
>
> I'm on Windows 2000 "Professional" using Python 2.2.
>
If you don't see *anything* at all, you should probably try building
a console application first (see the --console flag), so that you
can at least see the tracebacks.

Thomas





More information about the Python-list mailing list