# HG changeset patch # User Drew Perttula # Date 2014-06-13 05:33:05 # Node ID 2a89050c140b27a2bd3d7134ac6ccacf69df81fb # Parent 818275850003710b6cd44a2a5577e6b27ed1f5df another sys.path for raspi dirs Ignore-this: 868419000a530d6e33bde84340f56486 diff --git a/bin/effecteval b/bin/effecteval --- a/bin/effecteval +++ b/bin/effecteval @@ -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