2 Jul
2012
2 Jul
'12
9:47 a.m.
On 07/02/2012 10:50 AM, Qiang Ren wrote:
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?
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 -- Tiago de Paula Peixoto <tiago@skewed.de>