Tiago de Paula Peixoto wrote:
On 02/20/2007 10:16 PM, Jens Müller wrote:
$ PYTHONPATH=/usr/local/lib/python2.4/site-packages/ graph-tool Traceback (most recent call last): File "/usr/local/bin/graph-tool", line 22, in ? from libgraph_tool import * ImportError: /usr/local/lib/python2.4/site-packages/libgraph_tool.so: undefined symbol: _ZN5boost6python3apineERKNS1_6objectES4_
Of course, the graph-tool file and the libs are both from the same build
Strange... How about boost python? Was it also compiled with the same GCC version?
I should think so, gcc 4.1.1 is my system compiler ... I'm not at home right now, so I can't look at the files right now. But I'll try to find out if there's a hint in the .so's as to with which gcc they've been built.
I'll look at your other problem with the reader soon, I'm a bit out of time at the moment.
Thanks! Maybe you can send me a GraphML files of yours, it might again be some issue with the format of my files ...