if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on Apr 12, 2007
include("util/comment.php"); ?>
Hi Mark,
That's odd. I can't reproduce the bug. Does it work when you put coreimage.py in the same folder as your script instead of in Application Support? Have you tried just quitting and restarting NodeBox?
coreimage does not recognize canvas?!?
Posted by Mark Grimes on Apr 07, 2007Odd.
ci = ximport("coreimage") # coreimage.py -> ~/Library/Application Support/NodeBox
c = ci.canvas(400,400)
generates the following error...
Traceback (most recent call last):
File "/Applications/NodeBox.app/Contents/Resources/NodeBox.py", line 338, in _execScript
File "/Users/mark/Desktop/test/test.py", line 2, in ?
AttributeError: 'module' object has no attribute 'canvas'