1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

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