I have a similar issue using Mac OS X10.6 and python 3.2:
Compiling/installing works fine, but when trying to import the module
I get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/site-packages/cvxopt/__init__.py", line 31, in <module>
import cvxopt.base
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.2/
lib/python3.2/site-packages/cvxopt/base.so, 2): Symbol not found:
_PyCObject_FromVoidPtr
Referenced from: /Library/Frameworks/Python.framework/Versions/3.2/
lib/python3.2/site-packages/cvxopt/base.so
Expected in: dynamic lookup
Max
On May 8, 2:54 am, dmitrey <
dmitrey.kros...@scipy.org> wrote:
> hi all,
> I've compiled and installed CVXOPT with Python3 and got the following
> error:
>
> /usr/local/lib/python3.2/dist-packages/cvxopt/
base.cpython-32mu.so:
> undefined symbol: PyCObject_FromVoidPtr
>
> there is some info in google, like this onehttp://
stackoverflow.com/questions/1547310/python-3-1-1-with-enable-s...