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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
