Error when import pycurl

neil neil.linux at gmail.com
Fri Oct 17 02:45:44 EDT 2008


Guys, I meet a error when I import pycurl.

Python 2.5.2 (r252:60911, Sep  8 2008, 16:01:08)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycurl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python2.5/site-packages/pycurl.so: undefined
symbol: curl_multi_socket_action
>>>

The libcurl version is 7.19.0 and pycurl version is pycurl-7.19.0.

How can I solve this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081017/e28140b0/attachment.html>


More information about the Python-list mailing list