Changeset - 2a89050c140b
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-13 05:33:05
drewp@bigasterisk.com
another sys.path for raspi dirs
Ignore-this: 868419000a530d6e33bde84340f56486
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/effecteval
Show inline comments
 
@@ -7,6 +7,7 @@ import cyclone.web, cyclone.websocket, c
 
import sys, optparse, logging, subprocess, json, time, traceback, itertools
 
from rdflib import URIRef, Literal
 

	
 
sys.path.append('/usr/lib/pymodules/python2.7/') # for numpy, on rpi
 
sys.path.append('/usr/lib/python2.7/dist-packages') # For numpy
 
from light9 import networking, showconfig, Submaster, dmxclient
 
from light9.curvecalc.curve import CurveResource
0 comments (0 inline, 0 general)