We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello people, I'm starting to move a proscene example written in java to python, but when I write this line:
add_library('proscene')
I've got the next error message:
java.lang.NoClassDefFoundError: android/view/MotionEvent at java.lang.Class.getDeclaredMethods0(Native Method)
I've already installed the proscene library.
Answers
Tried an old Python Mode sketch I had using ProScene:
https://Forum.Processing.org/two/discussion/16281/is-there-a-way-to-disable-mousewheel-in-processing#Item_3
And got exactly the same exception you had above! :-&
However, the corresponding Java Mode version of this same sketch works alright: @-)
https://Forum.Processing.org/two/discussion/16220/can-t-seem-to-get-a-proscene-3d-drawing-inside-a-2d-canvas-python-mode#Item_1
Yeah, Proscene in Java works fine, problem is I need to make it in Python.
https://GitHub.com/jdf/Processing.py-Bugs/issues
Thanks, I post the issue there, here's the track of it https://github.com/jdf/Processing.py-Bugs/issues/201
This has been fixed.