Python and GUI

brad byte8bits at gmail.com
Mon May 21 14:28:11 EDT 2007


Kevin Walzer wrote:

> 2. wxPython is big, harder to learn than Tkinter, but looks good on Mac, 
> Windows, and *Nix. It will require users to install a lot of extra stuff 
> (or you'll have to bundle the extra stuff).

PyInstaller builds binaries beautifully from raw py source. No need to 
bundle the wx stuff.   I develop on Linux, build on Windows (with 
PyInstaller) and it works great. The source runs on any platform, the 
Windows binaries is neat for the point and click users.

Brad



More information about the Python-list mailing list