Changes between Initial Version and Version 1 of Ticket #33641, comment 24
- Timestamp:
- Dec 10, 2012, 11:07:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33641, comment 24
initial v1 4 4 However, if I remove the `output="graph-draw.pdf"' from the example, I get this error: 5 5 6 {{{Traceback (most recent call last): 6 {{{ 7 Traceback (most recent call last): 7 8 File "/Users/mmoll/gtdemo.py", line 21, in <module> 8 9 edge_control_points=control) 9 10 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/graph_tool/draw/cairo_draw.py", line 622, in graph_draw 10 11 return interactive_window(g, pos, vprops, eprops, vorder, eorder, 11 NameError: global name 'interactive_window' is not defined}}} 12 NameError: global name 'interactive_window' is not defined 13 }}} 12 14 13 15 Even with the original example I need to set DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib, but this could be a problem with a dependency (py27-gobject3?).