[Pkg-bazaar-commits] ./bzr-gtk/unstable r591: Remove check for glade.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:49 UTC 2009


------------------------------------------------------------
revno: 591
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-08-04 20:51:44 +0200
message:
  Remove check for glade.
modified:
  olive-gtk
-------------- next part --------------
=== modified file 'olive-gtk'
--- a/olive-gtk	2008-03-03 17:24:22 +0000
+++ b/olive-gtk	2008-08-04 18:51:44 +0000
@@ -51,9 +51,8 @@
 
 try:
     import gtk
-    import gtk.glade
 except:
-    print >>sys.stderr, ('You need to install python-glade2 and/or pygtk2 (gtk2)'
+    print >>sys.stderr, ('You need to install pygtk2 (gtk2)'
                          ' or set your PYTHONPATH correctly.\n'
                          'try: export PYTHONPATH=/usr/local/lib/python2.4/site-packages/'
                         )



More information about the Pkg-bazaar-commits mailing list