Opened 8 years ago

Last modified 8 years ago

#52189 closed defect

py-graph-tool does not work after installation — at Initial Version

Reported by: thomas.faure@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py-graph-tool

Description

after installing graph_tool on my Mac OSX 10.11.6 via macport (sudo port install py-graph-tool),

I got an error when I tried to execute from graph_tool.all import *

Traceback (most recent call last):

File "graph.py", line 1, in <module>

from graph_tool.all import *

File "/usr/local/lib/python2.7/site-packages/graph_tool/init.py", line 106, in <module> File "/usr/local/lib/python2.7/site-packages/graph_tool/dl_import.py", line 57, in dl_import File "<string>", line 1, in <module>

ImportError: cannot import name libgraph_tool_core

Python 2.7.10

Change History (0)

Note: See TracTickets for help on using tickets.