View Single Post
Old Jun 23rd, 2005, 6:57 PM   #7
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Sane - as jonaskoelker said, it all depends on what toolkit you're using for your graphical elements. Do some research on all the toolkits available, and you'll find that the best solution is PyQt if you don't want to write commercial apps (or if you do, and happen to have ~$1700 laying around), and wxPython otherwise. Personally I use wxPython in Python and Qt/KDE with C++.
There are some pretty good, explanatory wxPython tutorials available on the net. Ask Google (which actually yields quite good results, contrary to beliefs expressed in this thread)
Cerulean is offline   Reply With Quote