if (do_name() != 'Home') : ?>
endif ?>
Posted by lievn on Nov 26, 2009
hi,
comment it like this:
#from osc import oscAPI
the line below (import osc) handles the import
i will remove it from the example file
Posted by João Menezes on Nov 26, 2009
include("util/comment.php"); ?>
Hi lievn,
It works with the comment.
Many thanks from a newbie :)
problem with OSC
Posted by João Menezes on Nov 24, 2009Hi,
I've been looking into OSC library in order to communicate between Nodebox and Max/Msp.
While running the test script "osc.py" and the pure data patch, it seems to have a problem with Osc API.
Error message:
"ImportError: cannot import name oscAPI"
- why is this happening?
I'm running nodebox 1.9.5 in a snow leopard.
Regards