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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to