On 22.01.2015 12:44, malwanain wrote:
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?
This is most likely an installation problem, but it is difficult to say without you giving us more information. What operating system and versions of Python and Boost were you using? Did you compile it yourself? If so, what options did you pass to the configure script, and what was the output in the config.log file? Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>