if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on Nov 18, 2007
include("util/comment.php"); ?>
Hi Flavio,
This problem was also discussed here.
The Graph library currently will not work on NodeBox 1.9.2, the Boost build included in the library has to be recompiled and that is giving me a bit of a hassle.
Graph Librarry and Nodbox 1.9.2
Posted by Flavio Curella on Nov 17, 2007Hi, I tried to use the graph library but it doesn't work. NodeBox console prints out this:
Traceback (most recent call last):
File "nodebox/gui/mac/__init__.pyo", line 351, in _execScript
File "", line 1, in
File "nodebox/graphics/__init__.pyo", line 57, in ximport
File "/Users/go/Library/Application Support/NodeBox/graph/__init__.py", line 5, in
File "/Users/go/Library/Application Support/NodeBox/graph/__init__.py", line 9, in
ImportError: dlopen(/Users/go/Library/Application Support/NodeBox/graph/boost/graph/_support.so, 2): Library not loaded: libboost_python.dylib
Referenced from: /Users/go/Library/Application Support/NodeBox/graph/boost/graph/_support.so
Reason: image not found
Is because of my configuration or does the library need to be updated?