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

FontForge for Python issues

Posted by Dimitre on Oct 19, 2009

I've just compiled FontForge as a Python module and already have some python scripts running without issues.
Now I'm trying to use this Python extension inside Nodebox following some methods described here: http://www.eriksmartt.com/blog/archives/747

When I try to run some python-fontforge script inside Nodebox I get this

File "nodebox/gui/mac/__init__.pyo", line 358, in _execScript
  File "", line 3, in 
SystemError: Missing library: libgunicode
Does anybody know what should I do next to get it running?
Thank you