Tkinter/py2exe with installer

K

Kevin Walzer

Can anyone point me in the direction of a Tkinter/Python app that has
been wrapped with py2exe and is deployed on Windows as a standalone
using one of the standard installer tools? (MSI, NSIS, Inno Setup, etc.)
I'm working on a Tkinter app for Windows and have had a surprisingly
hard time finding such apps to use as examples/benchmarks, etc. (The
only one I've found, in fact, is Webgobbler at
http://sebsauvage.net/python/webgobbler/index.html; a nice app, but I'd
like more examples.)
 
J

John Posner

Can anyone point me in the direction of a Tkinter/Python app that has
been wrapped with py2exe and is deployed on Windows as a standalone
using one of the standard installer tools? (MSI, NSIS, Inno Setup,
etc.) I'm working on a Tkinter app for Windows and have had a
surprisingly hard time finding such apps to use as
examples/benchmarks, etc. (The only one I've found, in fact, is
Webgobbler at http://sebsauvage.net/python/webgobbler/index.html; a
nice app, but I'd like more examples.)
I used Inno Setup 5.4.0(a) to create the "ClixTur" executable at
http://www.jjposner.net/5273.html

Inno Setup gives the executable an execrable name (looks like a GUID),
but it works fine.

HTH,
John
 
J

John Posner

Can anyone point me in the direction of a Tkinter/Python app that has
been wrapped with py2exe and is deployed on Windows as a standalone
using one of the standard installer tools? (MSI, NSIS, Inno Setup,
etc.) I'm working on a Tkinter app for Windows and have had a
surprisingly hard time finding such apps to use as
examples/benchmarks, etc. (The only one I've found, in fact, is
Webgobbler at http://sebsauvage.net/python/webgobbler/index.html; a
nice app, but I'd like more examples.)

I used Inno Setup 5.4.0(a) to create the "ClixTur" executable at
http://www.jjposner.net/5273.html

Inno Setup gives the .exe file a GUID for a name (ugh!) but it works fine.

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top