Hi

I've installed graph-tool and when I try to import it, I get the following
message:

>>> import graph_tool
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "graph_tool/__init__.py", line 101, in <module>
    dl_import("from . import libgraph_tool_core as libcore")
  File "graph_tool/dl_import.py", line 57, in dl_import
    exec(import_expr, local_dict, global_dict)
  File "<string>", line 1, in <module>
ImportError: cannot import name libgraph_tool_core

Any one can help to solve this problem?

Cheers!
M 



--
View this message in context: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/problem-in-import-graph-tool-tp4025954.html
Sent from the Main discussion list for the graph-tool project mailing list 
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to