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

NodeBox on Leopard

Posted by Frederik De Bleser on Nov 02, 2007

I'm currently working on a version that also works on Mac OS X Leopard. It's a bit more work than a simple recompile. The biggest problem right now is the use of the EasyDialog module, which we use to show the progress bar when exporting: the module doesn't work on Python 2.5.

As soon as I have this figured out, I'll release a version that works on both Tiger and Leopard.


 
Posted by Flavio Curella on Nov 02, 2007

Hi, I patched Nodebox by using CocoaDialog. I tested pdf and movie exports on Tiger, but I can't test on Leopard until Monday.

I've tried to attach a new diff on ticket #110, but trac reject it as spam, so I uploaded it here



Posted by fdb on Nov 06, 2007

Hi,

I tested out your patch, but I'm afraid we can't include it, as it contains GPL code. NodeBox is licensed under the MIT license, and the two are incompatible.

The good news is that I rewrote the export dialog box myself, and we now have a release ready for testing. See the "NodeBox 1.9.2" link to get it.

Kind regards,

Frederik