graph-tool Digest, Vol 54, Issue 1

Hi, I installed Arch linux and now finished compiling.
Maybe Ubuntu costs too much memory.

2012/7/1 <graph-tool-request(a)skewed.de>

attachment.html (4.47 KB)

Hi ,all
  I finished installing graph_tool in Arch linux.
  There exists directory /usr/local/lib/python2.7/site-packages/graph_tool.
  It seems right but I still can't import graph_tool.
  The message "File "<stdin>",line 1 in <module> ImportError: No module
named graph_tool.all" appears again and again.

  Any help?
  Cheers.

2012/7/2 Qiang Ren <renq654321(a)gmail.com>

attachment.html (5.36 KB)

The directory "/usr/local/lib/python2.7/site-packages/" is probably not
in your python path.

Try something like:

    export PYTHONPATH="/usr/local/lib/python2.7/site-packages/"

Before running your python script.

Cheers,
Tiago