pitivi r1310 - in trunk: . pitivi
- From: edwardrv svn gnome org
- To: svn-commits-list gnome org
- Subject: pitivi r1310 - in trunk: . pitivi
- Date: Thu, 9 Oct 2008 18:33:33 +0000 (UTC)
Author: edwardrv
Date: Thu Oct 9 18:33:33 2008
New Revision: 1310
URL: http://svn.gnome.org/viewvc/pitivi?rev=1310&view=rev
Log:
2008-10-09 Edward Hervey <edward hervey collabora co uk>
* pitivi/check.py:
Add a runtime-check for pygoocanvas.
Modified:
trunk/ChangeLog
trunk/pitivi/check.py
Modified: trunk/pitivi/check.py
==============================================================================
--- trunk/pitivi/check.py (original)
+++ trunk/pitivi/check.py Thu Oct 9 18:33:33 2008
@@ -141,6 +141,9 @@
if not __try_import__("gtk.glade"):
return (_("Could not import the Python bindings for libglade"),
_("Make sure you have the Python bindings for libglade installed"))
+ if not __try_import__("goocanvas"):
+ return (_("Could not import the Python bindings for goocanvas"),
+ _("Make sure you have the Python bindings for goocanvas installed"))
req, inst = check_required_version("gtk")
if req:
return (_("You do not have a recent enough version of the GTK+ Python Bindings (currently %s)") % inst,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]