Mercurial > code > home > repos > light9
changeset 1116:2a89050c140b
another sys.path for raspi dirs
Ignore-this: 868419000a530d6e33bde84340f56486
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 13 Jun 2014 05:33:05 +0000 |
parents | 818275850003 |
children | f554ddf74097 |
files | bin/effecteval |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/effecteval Fri Jun 13 05:27:46 2014 +0000 +++ b/bin/effecteval Fri Jun 13 05:33:05 2014 +0000 @@ -7,6 +7,7 @@ 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