Re: Use Python libs or Java libs
Well As far As I have seen , most python libraries that I do use are wrappings of C/C++ libraries .
I saw several discussions here that C/C++ wrapped python libraries cannot be accessed directly.
Ok I stand corrected.
So then it is my turn to ask questions.
1) Is pySqlite3 ported to jython ?
2) Is pygame ported to jython ?
3) Is wxPython ported to jython ? (SWIG is alright but i find Wx Python , more pythonic ;) )
These three libraries are the MOST important to me.
Sorry if I mislead the original poster but I thought that most python libraries were using or interacting with C++ code in one way or anotherto make it hard to port to jython. My bad !!!
Another question , how do you make CPython libraries immediately availables in jython , through JNI or other means ?
I agree ctypes addition will be very useful for jython as it already is for python.