import error using BOOST in linux

GujuBoy dirgesh at gmail.com
Tue Jun 7 16:34:01 EDT 2005


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




More information about the Python-list mailing list