Using Pycurl in Pycharm
问题 I'm trying to run a script that begins: from pycurl import * However, this throws the error: Traceback (most recent call last): File "/Users/adamg/PycharmProjects/untitled/UrlToText.py", line 1, in <module> from pycurl import * ImportError: dlopen(/Users/adamg/anaconda/lib/python2.7/site-packages/pycurl.so, 2): Library not loaded: libcurl.4.dylib Referenced from: /Users/adamg/anaconda/lib/python2.7/site-packages/pycurl.so Reason: Incompatible library version: pycurl.so requires version 8.0.0