I try to import graph-tool in Python 2.7 with /from graph_tool.all import */
Each time I execute the above command the following error is returned and Python crashes. > dyld: lazy symbol binding failed: Symbol not found: > __ZN5boost6python6detail11init_moduleEPKcPFvvE > Referenced from: > /usr/local/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so > Expected in: flat > namespace > dyld: Symbol not found: __ZN5boost6python6detail11init_moduleEPKcPFvvE > Referenced from: > /usr/local/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so > Expected in: flat namespace > Trace/BPT trap: 5 I installed graph-tool using homebrew on Mac OSX 10.10. Does anyone what's going on here? -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Can-t-import-graph-tool-tp4026208.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
