Wheel-reinvention with Python

Cliff Wells cliff at develix.com
Sun Jul 31 14:33:37 EDT 2005


On Sun, 2005-07-31 at 10:01 +0200, Torsten Bronger wrote:
> Hallöchen!
> 
> Cliff Wells <cliff at develix.com> writes:
> 
> > [...]
> >
> > The least headache for end users comes from properly packaging your
> > application.  End users shouldn't need to worry about installing third
> > party packages (or even Python for that matter).  Tools such as py2exe
> > and Inno installer make this pretty simple on Windows, and py2app on
> > OS/X accomplishes the same.
> 
> Does py2exe work for all GUI libraries?  It'll highly probably work
> with Tkinter, and I've read that it also works with pyGTK, but does
> it also work with wxPython or PyQt?

py2exe and py2app work for wxPython at least, not sure about the other
gui toolkits.

Regards,
Cliff

-- 
cliff at develix.com
http://www.develix.com :: Web applications and hosting :: Linux, PostgreSQL and Python specialists ::





More information about the Python-list mailing list