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

23 May, 2023 02:09 PM
12 May, 2023 10:17 PM
07 May, 2023 11:53 PM
07 May, 2023 04:43 PM
17 Apr, 2023 11:34 AM

 

15 Apr, 2023 01:31 AM
15 Apr, 2023 01:23 AM
14 Apr, 2023 02:54 AM
11 Apr, 2023 03:53 PM
08 Apr, 2023 09:59 PM
08 Apr, 2023 08:14 AM