Best GUI for small-scale accounting app?

Paul Rubin http
Mon Dec 20 07:43:06 EST 2004


Bulba! <bulba at bulba.com> writes:
> I'll soon start development of a specialized small app and need 
> to choose GUI for it. 
> 
> I have narrowed the choice to wxPython/PythonCard and QT/PyQT 

What does the app need to do?  I'd try to make it web based unless
there's a good reason not to.  That's even if it just runs on the
user's desktop; run the http listener on the localhost and let the
user connect to it with a browser.  

However, between those two you mention, wxPython seems easier to use
and runs on more platforms.  On the other hand, it may be less well
maintained than QT.  For example, its current installation script
seems to assume an older version of GTK is installed, and it fails
with newer GTK versions.



More information about the Python-list mailing list