Changes between Initial Version and Version 1 of Ticket #33641, comment 24


Ignore:
Timestamp:
Dec 10, 2012, 11:07:54 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33641, comment 24

    initial v1  
    44However, if I remove the `output="graph-draw.pdf"' from the example, I get this error:
    55
    6 {{{Traceback (most recent call last):
     6{{{
     7Traceback (most recent call last):
    78  File "/Users/mmoll/gtdemo.py", line 21, in <module>
    89    edge_control_points=control)
    910  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
    1011    return interactive_window(g, pos, vprops, eprops, vorder, eorder,
    11 NameError: global name 'interactive_window' is not defined}}}
     12NameError: global name 'interactive_window' is not defined
     13}}}
    1214
    1315Even 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?).