What do you use with Python for GUI programming and why?

Algis Kabaila akabaila at pcug.org.au
Fri Mar 11 00:28:15 EST 2011


On Friday 11 March 2011 14:13:52 Paul Rubin wrote:
> Robert <sigzero at gmail.com> writes:
> > Is there a push to one toolkit or the other?
> 
> Tkinter or a simple web app with cgihttpserver.  I haven't
> ever had occasion to write a fancy desktop app and I think
> of them as a mostly-obsolete medium, though I guess there
> are still some useful ones.
> 
> I have some interest in programming mobile phone apps in
> python, though haven't tried it yet.  I guess that would be
> with some QT toolkit (for Maemo/Meego) or some kind of Java
> bridge (for Android).

Start with PySide, which is a Nokia version of PyQt.  As such it 
has a Meego package as part of PySide (called by some "Pythton 
for Qt", a rather misleading name).

Al.
-- 
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf



More information about the Python-list mailing list