Discussion:
[Jython-users] Kivy with Jython
John Anderson
2017-06-01 17:25:40 UTC
Permalink
I have a Python app that uses Kivy. I would like to do some
debugging on this app using Netbeans. I can run the app in Netbeans
using a Python platform, but cannot use the debugger. If I select the
Jython platform, the debugger is available, but when I try to run the
app it complains about no Kivy module. I cannot find any information
about installing Kivy in Jython. Is it possible to install Kivy under
Jython? If so, can anyone give me a hint on how to install it?


Thanks,

-John
Tom Dossis
2017-06-01 21:00:02 UTC
Permalink
Doesn’t look like it work with jython.
It failed to install it into a jython 2.7.1b3 virtualenv:

(.virtualenv) MacbookPro: td$ pip install Cython
Collecting Python


Successfully built Cython
Installing collected packages: Cython
Successfully installed Cython-0.25.2

(.virtualenv) MacbookPro; td$ pip install kivy
Collecting kivy


Detected compiler is jython
cythoning /private/var/folders/3q/hq68tjms01q_rl2y7ky56mkh0000gp/T/pip-build-BdDxz9/kivy/kivy/graphics/svg.pyx to /private/var/folders/3q/hq68tjms01q_rl2y7ky56mkh0000gp/T/pip-build-BdDxz9/kivy/kivy/graphics/svg.c
building 'kivy.graphics.svg' extension
error: Compiling extensions is not supported on Jython
I have a Python app that uses Kivy. I would like to do some debugging on this app using Netbeans. I can run the app in Netbeans using a Python platform, but cannot use the debugger. If I select the Jython platform, the debugger is available, but when I try to run the app it complains about no Kivy module. I cannot find any information about installing Kivy in Jython. Is it possible to install Kivy under Jython? If so, can anyone give me a hint on how to install it?
Thanks,
-John
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Jython-users mailing list
https://lists.sourceforge.net/lists/listinfo/jython-users
Stefan Richthofer
2017-06-02 12:23:08 UTC
Permalink
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Continue reading on narkive:
Search results for '[Jython-users] Kivy with Jython' (Questions and Answers)
3
replies
what happens if a programming language is dropped?
started 2014-04-21 01:54:22 UTC
programming & design
Loading...