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

2006-03-02 Thread robert
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

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

2006-03-02 Thread Michael Ekstrand
On Thu, 02 Mar 2006 19:52:34 +0100 robert [EMAIL PROTECTED] wrote: Can you debug call functions interactively from e.g. Pythonwin while a wxPython app is running. It's a snap to incorporate a nice GUI Python shell with object browser into any wxPython app - wxPython provides its PyCrust shell

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

2006-03-02 Thread Chris Mellon
On 3/2/06, robert [EMAIL PROTECTED] wrote: 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

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

2006-03-02 Thread ianaré
What is the minimal memory footprint of a Hello World wxPython app meanwhile (when you cx_freeze/py2exe it) it's kinda weird actually... I'm not 100% sure, but i think it relates more to py2exe options, not neccessarily to wxPython. in any case the least memory usage i've seen for an app that