if (do_name() != 'Home') : ?>
endif ?>
Posted by fdb on Nov 15, 2007
include("util/comment.php"); ?>
Hi,
The bezier library was integrated in NodeBox version 1.84. Since you use an old version, this is not working yet.
Instead, you should use the bezier library, like you said. However, it seems you haven't installed it yet. You can download the library here: http://nodebox.net/code/index.php/Bezier
Try the examples in the folder, and put your own scripts in the same folder (or just copy the bezier.py file to any folder you want).
Kind regards,
Frederik
Paths commands
Posted by Sisra on Nov 15, 2007Hi NodeBoxers!
I've tried importing the bezier library and another eror is returned:I'm having trouble retrieving paths commands. I'm runing NodeBox 1.0rc7 and getting this error:
AttributeError: 'BezierPath' object has no attribute 'point'
The error is for the Paths Mathematics tutorial script:
ImportError: No module named bezier
What's wrong with this?
Thanks in advance