Changeset - a13eee92e60c
[Not reviewed]
default
0 2 0
Drew Perttula - 11 years ago 2014-05-27 07:29:54
drewp@bigasterisk.com
fix up curvecalc to run
Ignore-this: d5f1076b64fd606698730273211b75b9
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -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
makefile
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)