Re: Kivy with Jython
"Stefan Richthofer" <[email protected]> Fri, 2 Jun 2017 14:23:08 +0200
| Newsgroups | gmane.comp.lang.jython.user |
|---|---|
| Message-ID | <trinity-4dbcef66-7505-4abb-b45c-b00513a23fab-1496406188099@3capp-gmx-bs48> |
You can try if it is maybe workable with JyNI. However, even with JyNI it is currently not possible to cythonize pyx files with Jython. You can use cpython for cythonizing and then add the location of the resulting so-files to sys.path. That said, I'm not sure how useful a Kivy/Jython combination would be. AFAIK main strength of kivy is availability on mobile platforms. Unfortunately, running Jython on Android is not yet feasible. -Stefan Gesendet: Donnerstag, 01. Juni 2017 um 23:00 Uhr Von: "Tom Dossis" <[email protected]> An: [email protected] Betreff: Re: [Jython-users] Kivy with Jython 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 On 2 Jun 2017, at 3:25 AM, John Anderson <[email protected] > wrote: 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users