Mercurial > code > home > repos > light9
comparison bin/effecteval @ 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 | 17b24cb10202 |
comparison
equal
deleted
inserted
replaced
1115:818275850003 | 1116:2a89050c140b |
---|---|
5 from twisted.internet.defer import inlineCallbacks, returnValue | 5 from twisted.internet.defer import inlineCallbacks, returnValue |
6 import cyclone.web, cyclone.websocket, cyclone.httpclient | 6 import cyclone.web, cyclone.websocket, cyclone.httpclient |
7 import sys, optparse, logging, subprocess, json, time, traceback, itertools | 7 import sys, optparse, logging, subprocess, json, time, traceback, itertools |
8 from rdflib import URIRef, Literal | 8 from rdflib import URIRef, Literal |
9 | 9 |
10 sys.path.append('/usr/lib/pymodules/python2.7/') # for numpy, on rpi | |
10 sys.path.append('/usr/lib/python2.7/dist-packages') # For numpy | 11 sys.path.append('/usr/lib/python2.7/dist-packages') # For numpy |
11 from light9 import networking, showconfig, Submaster, dmxclient | 12 from light9 import networking, showconfig, Submaster, dmxclient |
12 from light9.curvecalc.curve import CurveResource | 13 from light9.curvecalc.curve import CurveResource |
13 from light9.effecteval.effect import EffectNode | 14 from light9.effecteval.effect import EffectNode |
14 from light9.effecteval.effectloop import makeEffectLoop | 15 from light9.effecteval.effectloop import makeEffectLoop |