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

Cornu on Nodebox 2 beta

Posted by daydreamgfx on Aug 31, 2007

I'm running Nodebox 2 beta in Windows with Python 2.5, and I can't work out where to put the supporting Cornu library files so I can ximport() them properly. The instructions on the site only provide info for Cornu to be installed on the Nodebox 1.x Mac.

Thanks for your help


 
Posted by Tom De Smedt on Sep 05, 2007

Hi,

We're currently only supporting the Mac version, I don't think ximport() is working under Windows.

You could try pasting the source code in the cornu library directly into your script and removing the "_ctx." statements (do a find/replace).

It's messy but at least it'll keep you going.