Mercurial > code > home > repos > light9
changeset 1036:a13eee92e60c
fix up curvecalc to run
Ignore-this: d5f1076b64fd606698730273211b75b9
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 27 May 2014 07:29:54 +0000 |
parents | 40669f666d15 |
children | 531e097d3386 |
files | bin/curvecalc makefile |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/curvecalc Tue May 27 06:31:19 2014 +0000 +++ b/bin/curvecalc Tue May 27 07:29:54 2014 +0000 @@ -11,6 +11,8 @@ """ from __future__ import division +import sys +sys.path.append('/usr/lib/python2.7/dist-packages') # For gtk from twisted.internet import gtk2reactor gtk2reactor.install() from twisted.internet import reactor
--- a/makefile Tue May 27 06:31:19 2014 +0000 +++ b/makefile Tue May 27 07:29:54 2014 +0000 @@ -52,4 +52,4 @@ sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio packages: - sudo aptitude install coffeescript freemind normalize-audio audacity + sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas