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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33641, comment 26

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