# HG changeset patch # User Drew Perttula # Date 1401175794 0 # Node ID a13eee92e60c2dc9151a7cc6f5f06b1b7f9b8db1 # Parent 40669f666d15bbc8e4e1c9daf782cf2e965faf75 fix up curvecalc to run Ignore-this: d5f1076b64fd606698730273211b75b9 diff -r 40669f666d15 -r a13eee92e60c bin/curvecalc --- 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 diff -r 40669f666d15 -r a13eee92e60c makefile --- 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