Opened 8 years ago

Last modified 8 years ago

#52189 closed defect

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

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

Description (last modified by mf2k (Frank Schima))

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 (3)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Priority: HighNormal

The Priority field is for use by Macports team members only.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Cc: mmoll@… added
Owner: changed from macports-tickets@… to tiago@…

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers py-graph-tool), if any.

comment:3 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.