Search code examples
pythonpyqtjython

How to Include PyQt with Jython 2.5.2?


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


Solution


  • 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).