How about the CGAL path? The error is : ImportError: libCGAL.so.9: cannot open shared object file: No such file or directory. My CGAL path is /usr/local/lib/ ,but I don't know the name of CGAL environment variable.
2012/7/2 <graph-tool-request(a)skewed.de>
attachment.html (3.76 KB)
There is no CGAL path... What you need is a path for the dynamic loader. If you're using GNU/Linux, this should be:
export LD_LIBRARY_PATH=/usr/local/lib/
Please take a look at http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html, and the countless other sources online which explain this sort of thing.
Also, when replying, please edit your Subject line so it is more specific than "Re: [graph-tool] graph-tool Digest, vol ..."
Cheers, Tiago