From: Parastoo D. <p.d...@gm...> - 2018-02-12 16:34:53
|
Greetings, I am trying to use a Python class in my Jython code. The Python code works fine by itself and is using some modules such as matplotlib. However, when I attempt to import it in my Jython code, I get the error: 'No module named matplotlib'. I, also, have added the path to Python site-packages to my classpath and still did not see the issue resolved. Thank you |