Quantcast
Channel: Using the original python packages instead of the jython packages - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by James Mudd for Using the original python packages instead of the...

I think one issue you might be facing is that you are running on Jython 2.7.0 (~Python 2.7 compatible) but your code is written for CPython 3.7.4. So you might be facing Python 2 vs 3 issues. The...

View Article



Answer by morrisng for Using the original python packages instead of the...

Since you have already decoupled the application i.e using python for backend and java for GUI, why not stick to that and build in a communication layer between the backend and frontend, this layer...

View Article

Using the original python packages instead of the jython packages

I am trying to create a hybrid application with python back-end and java GUI and for that purpose I am using jython to access the data from the GUI. I wrote code using a standard Python 3.7.4 virtual...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images