diff bin/vidref @ 1070:b281ee32c785

use Pillow. make vidref start up Ignore-this: 52ba5ec2409bbf446c7592d3646220ad
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 02 Jun 2014 07:46:55 +0000
parents 1d9547f90737
children 2ee97997ee56
line wrap: on
line diff
--- a/bin/vidref	Mon Jun 02 07:04:40 2014 +0000
+++ b/bin/vidref	Mon Jun 02 07:46:55 2014 +0000
@@ -1,5 +1,7 @@
 #!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