NodeBox Import error unable to find module random (line 2 of pyvector.py)

martin's Avatar

martin

18 Mar, 2015 01:21 PM

Hi everybody,

on a clean download of NodeBox, every time I add a new polygon to my network, NodeBox application returns an error: unable to import random for the file pyvector.py at line 2 : from random import seed as _seed , uniform .

Now I know this is an UGLY hack, but I found a work around:
I unzipped the python.zip in Java.lib
I added the following 2 lines to pyvector.py at the very beginning of the file:
import sys
sys.path.append('path/to/NodeBox.app/Contents/Java/lib/python')

Now I am able to use polygons.

Enjoy Noding,

Martin

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

04 Dec, 2023 10:18 PM
04 Dec, 2023 10:14 PM
04 Dec, 2023 11:38 AM
29 Nov, 2023 05:30 AM
28 Nov, 2023 12:38 AM

 

27 Nov, 2023 04:40 AM
26 Nov, 2023 10:02 AM
22 Nov, 2023 09:33 AM
20 Nov, 2023 08:54 PM
17 Nov, 2023 01:43 AM
15 Nov, 2023 06:58 AM