# HG changeset patch # User Drew Perttula # Date 2014-05-27 07:29:54 # Node ID a13eee92e60c2dc9151a7cc6f5f06b1b7f9b8db1 # Parent 40669f666d15bbc8e4e1c9daf782cf2e965faf75 fix up curvecalc to run Ignore-this: d5f1076b64fd606698730273211b75b9 diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -11,6 +11,8 @@ todo: curveview should preserve more obj """ 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 --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -52,4 +52,4 @@ gst_packages: 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