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
 
@@ -8,12 +8,14 @@ now launches like this:
 

	
 
todo: curveview should preserve more objects, for speed maybe
 

	
 
"""
 
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
 

	
 
import time, textwrap, os, optparse, gtk, linecache, signal, traceback, json
 
from urlparse import parse_qsl
makefile
Show inline comments
 
@@ -49,7 +49,7 @@ tkdnd_build:
 
bin/ascoltami2: gst_packages link_to_sys_packages
 

	
 
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)