|
From: Lana A. <lan...@gm...> - 2017-07-28 14:27:44
|
Dear all
I'm new to Jython. I read that now one shall be able to import numpy from
Jython using JyNI.
However in my case, the import failed as follows
File "/usr/lib64/python2.6/site-packages/numpy/__init__.py", line 153, in
<module>
from . import add_newdocs
File "/usr/lib64/python2.6/site-packages/numpy/add_newdocs.py", line 13,
in <module>
from numpy.lib import add_newdoc
File "/usr/lib64/python2.6/site-packages/numpy/lib/__init__.py", line 8,
in <module>
from .type_check import *
ImportError: No module named type_check
I'm using the eclipse plugin of jython (2-7) and the latest version of
JyNI. I'm running it from linux RHEL 6.5
thanks for your help
Lana
|