Python and GUI

Matt van de Werken matt at exemail.com.au
Sat May 26 22:23:34 EDT 2007


brad wrote:
> 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.
> 

Hi Brad:

This is my preferred method of development, but I am a newcomer to 
python having lived in the C world for a long time.

Have you any experience with this development method using boa 
constructor as the GUI builder?

Cheers,
mvdw




More information about the Python-list mailing list