Reputation: 8211
For some reasons I have to stick at Python 3.2. Unfortunately wxPython
doesn't support python 3.
So which GUI framework should I choose?
Upvotes: 2
Views: 3109
Reputation: 602155
Depends on your requirements. If TkInter does the job, it will be the least hassle since it comes with Python. Otherwise, go for PyQt.
Upvotes: 3