Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Tkinter/py2exe with installer

Reply
Thread Tools

Tkinter/py2exe with installer

 
 
Kevin Walzer
Guest
Posts: n/a
 
      07-24-2011
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.)

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
 
Reply With Quote
 
 
 
 
John Posner
Guest
Posts: n/a
 
      07-25-2011
On 2:59 PM, Kevin Walzer wrote:
> 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

 
Reply With Quote
 
 
 
 
John Posner
Guest
Posts: n/a
 
      07-25-2011
On 2:59 PM, Kevin Walzer wrote:
> 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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pywin32 vista installer fix & general distutils installer name bug Ville Vainio Python 0 04-09-2008 07:16 PM
bash: ./firefox-installer: /bin/sh: bad interpreter: Permission denied damon Firefox 7 08-29-2007 08:50 PM
can distutils windows installer invoke another distutils windows installer timw.google Python 1 05-11-2006 10:07 PM
Installer 2.0 refuses to download drivers for wireless adapter =?Utf-8?B?UmFoamE=?= Wireless Networking 3 08-28-2004 11:16 PM
How do I remove the Theme Installer Addon David Tangye Firefox 0 01-02-2004 07:40 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57