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

Snow Leopard

Posted by lucky on Sep 15, 2009

Is there any known issues with Snow Leopard and NodeBox?
or Python in general? Appreaciate any hint.

thanks
l.


 
Posted by Trumpetto on Sep 15, 2009

Running happy here.



Posted by jeffj on Oct 01, 2009

I'm running my scripts from the command line. After upgrading to snow leopard, which ships with python 2.6, they couldn't find the nodebox module anymore, until I specified the older version of python in the command line:

python2.5 myscriptname.py
I tried rebuilding the module for 2.6, but it didn't work immediately, so I'm sticking with 2.5 for now, which is working fine.



Posted by Dillone Hailei Wang on Nov 02, 2009

I upgrated to Snow Leopard, and changed nothing. NodeBox and my own codes runs as well as before.



Posted by Dillone Hailei Wang on Nov 02, 2009

Sorry. I should also state that I am using MacPython instead of Mac OS X's python.



Posted by Dillone Hailei Wang on Nov 05, 2009

Snow Leopard dropped MacOSX10.4u.sdk, thus a lot of libs like Numpy and Pathmatics could not be compiled. As a result, I could not run NodeBox from command line.

Anyone know how to solve it? Thanks in advance.



Posted by Dorian on Nov 10, 2009

I am running standard python 2.6 on Snow Leopard

Most libraries work out of the box after adding them in ~/Library/Application Support/NodeBox/,
but the django orm fails with psycopg2 as well as with sqlite.

Nodebox works fine with python 2.5,
what a wonderfull tool!

Please release nodebox with python 2.6 for snow leopard !!!