I am planning to use PyQt with Jython because my app is based on Java. I have installed Jython successfully. But i am lacking in including PyQt with Jython.
Any suggestions would be appreciative!
P.S: I am totally new to Python.
Thanks
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.
Hi,
you cannot use PyQt with Jython.
PyQt are Qt bindings for ‘standard’ Python implementation (CPython).
If you want to use Qt in your Java app,
then you can take a look at Qt Jambi (Qt bindings for Java, deprecated in 2009).