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

Compatibility with Py 2.5

Posted by anonymous on Nov 09, 2007

Um, I got an error when using the graph library:

Traceback (most recent call last):
  File "nodebox/gui/mac/__init__.pyo", line 351, in _execScript
  File "**.py", line 5, in 
  File "nodebox/graphics/__init__.pyo", line 57, in ximport
  File "~/Library/Application Support/NodeBox/graph/__init__.py", line 5, in 
  File "~/Library/Application Support/NodeBox/graph/boost/graph/__init__.py", line 9, in 
ImportError: dlopen(~/Library/Application Support/NodeBox/graph/boost/graph/_support.so, 2): Library not loaded: libboost_python.dylib
  Referenced from: ~/Library/Application Support/NodeBox/graph/boost/graph/_support.so
  Reason: image not found
It seems like it doesn't like a binary compiled for Py 2.3. Could you update the library so that it's compiled for Py 2.5? Thanks.


 
Posted by Tom De Smedt on Nov 12, 2007

We'll make a new build as soon as possible!

Best regards,
Tom



Posted by anonymous on Nov 12, 2007

Thanks! (remember to recompile all libraries that are binary)