wxPython memory footprint? - Re: Write a GUI for a python script?

robert no-spam at no-spam-no-spam.com
Thu Mar 2 13:52:34 EST 2006


ianaré wrote:

> wxPython is another good option, especially since there is
> boa-constructor, which is a great GUI builder, almost makes it too easy
> to make a nice looking app in no time at all.
> 
> http://www.wxpython.org/download.php
> 
> http://boa-constructor.sourceforge.net/
> 
> if you decide to give wxPython a go, make sure to download the demo, it
> has tons of usefull code samples.

What is the minimal memory footprint of a Hello World wxPython app 
meanwhile (when you cx_freeze/py2exe it) ?

Can you debug & call functions interactively from e.g. Pythonwin while a 
wxPython app is running.

( When I made a test with wxPython some years ago, it had no option to 
step/share its Messageloop. Interaction was "crust"y and I didn't manage 
to get smooth debugging (on Windows).  )

Robert



More information about the Python-list mailing list