[C++-sig] [BGL] python bindings for intel compiler

Sandeep Gupta gupta.sandeep at gmail.com
Sun Aug 24 20:58:06 CEST 2008


Hi,
 I haven't been able to create correct python bindings for BGL for intel
compiler. Will greatly appreciate any help as it has been more than four
months since I first encountered the problem.

The python bindings in the tutorial and examples work fine. The bgl_python
code from the sandbox compiles smoothly. I believe I have set the PYTHONPATH
and LD_LIBRARY_PATH correctly. But  the import of boost.graph fails with
following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "...../bgl-python/lib/python/boost/graph/__init__.py", line 16, in
<module>
    from boost.graph._graph import *
ImportError: "...../bgl-python/lib/python/boost/graph/_graph.so: undefined
symbol: _ZN5boost5graph6python11basic_graphINS_11undirectedSEED1Ev"

Thanks,
Sandeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080824/975ba1e6/attachment.htm>


More information about the Cplusplus-sig mailing list