if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on Jul 20, 2007
No idea, could you tell me which version of Mac OS X you're running, which version of NodeBox and if you're using the Intel or PPC version of the graph library?
Posted by dbs on Jul 20, 2007
OS 10.4.9 on an Intel macbook
Nodebox 1.8.5
Thank you for helping with this question and creating such great software!
Posted by Tom De Smedt on Jul 24, 2007
include("util/comment.php"); ?>
Hm, that should be okay.
Are you using another Python version than the 2.3 that came with your Mac? In that case you may need to compile libboost_python.dylib in the graph folder from scratch, according to these instructions:
http://dev.nodebox.net/wiki/BuildingBoost
Graph problem
Posted by dbs on Jul 19, 2007I am having trouble getting the graph module to work. Trying to run the graph_test.py program from the graph folder, I get this error. Any idea what is going on?
Traceback (most recent call last):
File "/Applications/NodeBox.app/Contents/Resources/NodeBox.py", line 338, in _execScript
File "/Users/dbs/Library/Application Support/NodeBox/graph/graph_test.py", line 29, in ?
File "/Users/dbs/Library/Application Support/NodeBox/graph/graph.py", line 163, in solve
AttributeError: 'module' object has no attribute 'Graph'