i am using BOOST in linux with python and i can compile my CPP file
just fine to make a .so but everytime i do a import i get this error

>>> import dirgesh
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: libboost_python.so.1.32.0: cannot open shared object file:
No such file or directory
>>>

i also tried putting the libboost_python.so.1.32.0 file in the
/usr/lib/python2.3 dir.

please help

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to