Changeset - b281ee32c785
[Not reviewed]
default
0 4 0
Drew Perttula - 11 years ago 2014-06-02 07:46:55
drewp@bigasterisk.com
use Pillow. make vidref start up
Ignore-this: 52ba5ec2409bbf446c7592d3646220ad
4 files changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
bin/vidref
Show inline comments
 
#!bin/python
 
from run_local import log
 
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, defer
light9/vidref/videorecorder.py
Show inline comments
 
@@ -2,7 +2,7 @@ import pygst
 
pygst.require("0.10")
 
import gst, gobject, time, logging, os, traceback
 
import gtk
 
import Image
 
from PIL import Image
 
from threading import Thread
 
from twisted.internet import defer
 
from Queue import Queue, Empty
makefile
Show inline comments
 
@@ -27,8 +27,6 @@ link_to_sys_packages:
 
	ln -sf $(DP)/pygst.pth $(SP)/
 
	ln -sf $(DP)/pygst.py $(SP)/
 
	ln -sf $(DP)/gst-0.10 $(SP)/
 
	ln -sf $(DP)/PIL $(SP)/
 
	ln -sf $(DP)/PIL.pth $(SP)/
 
	ln -sf $(DP)/goocanvasmodule.so $(SP)/
 

	
 
PYTHON=/usr/bin/pypy
pydeps
Show inline comments
 
@@ -15,4 +15,5 @@ genshi==0.7
 
pyjade==2.2.0
 
python-dateutil==2.2
 
txosc==0.2.0
 
service_identity==0.2
 
\ No newline at end of file
 
service_identity==0.2
 
Pillow==2.4.0
 
\ No newline at end of file
0 comments (0 inline, 0 general)