Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
peaksd.so: undefined symbol: PyErr_WarnEx
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
FSB  
View profile  
 More options May 22 2010, 7:09 pm
From: FSB <forrest....@gmail.com>
Date: Sat, 22 May 2010 16:09:58 -0700 (PDT)
Local: Sat, May 22 2010 7:09 pm
Subject: peaksd.so: undefined symbol: PyErr_WarnEx
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-general@googlegroups.com.
To unsubscribe from this group, send email to mlpy-general+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mlpy-general?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Davide Albanese  
View profile  
 More options May 24 2010, 4:41 am
From: Davide Albanese <davide.alban...@gmail.com>
Date: Mon, 24 May 2010 01:41:22 -0700 (PDT)
Local: Mon, May 24 2010 4:41 am
Subject: Re: peaksd.so: undefined symbol: PyErr_WarnEx
Hi, mlpy 2.1 requires Python >= 2.5. Indeed, PyErr_WarnEx() was
introduced in Python 2.5.

Davide

On 23 Mag, 01:09, FSB <forrest....@gmail.com> wrote:

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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »