Modules are not found when importing Python in Jython

Parastoo Delgoshaei <[email protected]> Mon, 12 Feb 2018 11:34:45 -0500
Newsgroups gmane.comp.lang.jython.user
Message-ID <CA+2KtRFrcatDjE6YnfFd4VOOuqr7g30C2MhwsjuAAF-i2EOeOQ@mail.gmail.com>
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

------------------------------------------------------------------------------
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