Code: Alles auswählen
In [2]: import jpype
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/sebastian/JPype-0.5.4.1/<ipython console> in <module>()
/usr/lib/python2.5/site-packages/jpype/__init__.py in <module>()
15 #
16 #*****************************************************************************
---> 17 from _jpackage import *
18 from _jclass import *
19 from _jarray import *
/usr/lib/python2.5/site-packages/jpype/_jpackage.py in <module>()
16 #*****************************************************************************
17
---> 18 import _jpype
19 import _jclass
20
ImportError: /usr/lib/python2.5/site-packages/_jpype.so: undefined symbol: _ZN12JPObjectType14getStaticValueEP8__jclassP9_jfieldIDR10JPTypeName
