Trouble with install
I'm running on Mac OS X Lion, and trying to use NodeBox1 with the graph, but I get an error as follows:
File "/Users/tyler/Desktop/Quantified Life/Program2/process.py", line 6, in <module>
g = create(iterations=1000, distance=1.0, layout="spring", depth=True)
NameError: name 'create' is not defined
I'm wandering if I don't have things installed properly. I added the graph folder to directory of Program2 along with the process.py code and also tried adding it into the ~/Library/Application Support/NodeBox/, as stated on the instructions, but still no such luck.
Any help would be awesome.
Thanks
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 02 Dec, 2013 10:48 AM
Weird – do the examples in the "graph" folder work?
The best option I found is to just put the "graph" folder in the same folder as your project, like in the screenshot. NodeBox should be able to pick them up then.