Re: Kivy with Jython

Tom Dossis <[email protected]> Fri, 2 Jun 2017 07:00:02 +1000
Newsgroups gmane.comp.lang.jython.user
Message-ID <[email protected]>
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