I’m trying to find a good “python GUI framework” for Mac OS X, but I haven’t found anything good until now, only wxWidgets which I don’t like and it’s also unstable.
Any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use pyqt (pyside should be equivalent but with more relaxed license terms) and I find it pleasing and useful — I also like the fact that (with no extra effort on my part) it gives me cross-platform apps!-)
pyobjc (comes w/your Mac, works w/Xcode, etc) may be preferable for apps you never want to be cross-platform, but I find it less easily usable than PyQt. However if you’re very skilled in Objective C, Cocoa etc, I imagine pyobjc will feel perfectly natural and usable to you!-).