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


Ignore:
Timestamp:
Dec 10, 2012, 11:09:35 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33641, comment 27

    initial v1  
    22> Replying to [comment:24 mmoll@…]:
    33> > 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.
    55> >
    66> > However, if I remove the `output="graph-draw.pdf"' from the example, I get this error:
    77> >
    8 > > {{{Traceback (most recent call last):
     8> > {{{
     9> > Traceback (most recent call last):
    910> >   File "/Users/mmoll/gtdemo.py", line 21, in <module>
    1011> >     edge_control_points=control)
    1112> >   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
    1213> >     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> > }}}
    1416> >
    1517> > 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?).