peaksd.so: undefined symbol: PyErr_WarnEx

47 views
Skip to first unread message

FSB

unread,
May 22, 2010, 7:09:58 PM5/22/10
to mlpy-general
Hi, I have successfully compiled and installed mlpy 2.1 on my CentOS
5.4 box. When i tried to import, I saw this:

$ python
Python 2.4.3 (#1, Jan 21 2009, 01:11:33)
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mlpy import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/home/sbao/apps/pymod/lib64/python2.4/site-packages/mlpy/
__init__.py", line 33, in ?
from peaksd import *
ImportError: /home/sbao/apps/pymod/lib64/python2.4/site-packages/mlpy/
peaksd.so: undefined symbol: PyErr_WarnEx


Does anyone know the reason for this? Anything wrong during the
compilation?

--
You received this message because you are subscribed to the Google Groups "mlpy-general" group.
To post to this group, send email to mlpy-g...@googlegroups.com.
To unsubscribe from this group, send email to mlpy-general...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mlpy-general?hl=en.

Davide Albanese

unread,
May 24, 2010, 4:41:22 AM5/24/10
to mlpy-general
Hi, mlpy 2.1 requires Python >= 2.5. Indeed, PyErr_WarnEx() was
introduced in Python 2.5.

Davide
Reply all
Reply to author
Forward
0 new messages