GNOME Bugzilla – Bug 590195
0.13.1.1 -> 0.13.1.2 needs newer python-gtk
Last modified: 2009-07-30 13:56:21 UTC
loading a project in pitivi (select project, click open, filechoser stays and traceback printed) fails. dialog.get_content_area() requires python-gtk-2.14 and I have 2.12 (even though I have gtk-2.16). Previous version did not need it and people usualy access the content-area via dialog.vbox :) response = chooser.run() Traceback (most recent call last):
+ Trace 216705
self.app.projectManager.loadProject(uri)
formatter.loadProject(uri)
self._loadProjectUnchecked(location)
self._loadProject(location, project)
sources = self._loadSources()
res.append(self._loadFactory(src))
return self._loadObjectFactory(klass, element)
filename = self.validateSourceURI(filename)
self.emit('missing-uri', uri)
*args, **kwargs)
res = cb(*ar, **kw)
return self.emit("missing-uri", formatter, uri)
dialog.get_content_area().set_spacing(6)
commit 3c27f7e03f054720d748bbf951036912e6ca934a Author: Edward Hervey <bilboed@bilboed.com> Date: Thu Jul 30 15:56:20 2009 +0200 configure.ac: We require pygtk >= 2.14. Fixes #590195