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

I need help with circle packing code

Posted by Enrique on Sep 23, 2010

http://nodebox.net/code/index.php/shared_2008-08-07-12-55-33

I would like help accomplishing Mark's code.

Can anyone help?

I always get an error saying that the deluanay module could not be found.


 
Posted by Tom De Smedt on Oct 04, 2010

You need to download it and put it somewhere where the script can find it (e.g. in the same folder as the script). Mark provided a link to the delaunay module in his source code:
http://pypi.python.org/pypi/Delny/0.2.0