Try something new. NodeBox 2 Beta - Now Available for Download

Problems with Photobot

Posted by Bart on Apr 19, 2009

Hello everybody,
I'm experiencing some weird problems when I try to use PhotoBot.
When I load up a demo script, I get this error:
Traceback (most recent call last):
File "nodebox/gui/mac/__init__.pyo", line 358, in _execScript
File "/Users/bartvandersanden/Documents/Nodebox/pbot.py", line 2, in
AttributeError: 'module' object has no attribute 'canvas'


This happens with even the tinniest scripts like

photobot = ximport("photobot")
canvas = photobot.canvas(100,100)
I installed PhotoBot like I did with other libraries (at user/library/application support/nodebox/), and I tried to put it in the directory where I saved my script, but it still doesn't work.

Does anyone have an idea?


 
Posted by fdb on Jul 01, 2009

Photobot is deprecated. Please use the Core Image library instead.

http://nodebox.net/code/index.php/Core_Image

Kind regards,

Frederik



Add comment