Changes between Initial Version and Version 1 of Ticket #33641, comment 27
- Timestamp:
- Dec 10, 2012, 11:09:35 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33641, comment 27
initial v1 2 2 > Replying to [comment:24 mmoll@…]: 3 3 > > Replying to [comment:23 mmoll@…]: 4 > > > Done. Everything still compiles. The code in https://trac.macports.org/ticket/33641#comment:7 still runs.4 > > > Done. Everything still compiles. The code in comment:ticket:33641:7 still runs. 5 5 > > 6 6 > > However, if I remove the `output="graph-draw.pdf"' from the example, I get this error: 7 7 > > 8 > > {{{Traceback (most recent call last): 8 > > {{{ 9 > > Traceback (most recent call last): 9 10 > > File "/Users/mmoll/gtdemo.py", line 21, in <module> 10 11 > > edge_control_points=control) 11 12 > > 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 12 13 > > return interactive_window(g, pos, vprops, eprops, vorder, eorder, 13 > > NameError: global name 'interactive_window' is not defined}}} 14 > > NameError: global name 'interactive_window' is not defined 15 > > }}} 14 16 > > 15 17 > > 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?).