GNOME Bugzilla – Bug 726922
Port Pitivi to Python 3
Last modified: 2014-05-03 03:16:05 UTC
Pitivi needs these 8 patches to run in Python 3 https://github.com/lubosz/pitivi/commits/python3 gst-python needs one patch https://github.com/lubosz/gst-python Related bug: https://bugzilla.gnome.org/show_bug.cgi?id=726920 There is another Bug in the bindings, which is currently solved with a work around on my pitivi branch. Related bug: https://bugzilla.gnome.org/show_bug.cgi?id=726921 There might be a cleaner solution for getting the library name (with m) in configure.ac
There will be more runtime errors, since i only tested creating an empty project. The timeline is also gone without any exception, but this could depend on the Gst.Fraction Bug. Which test suite should I use to find more runtime errors?
*** Bug 690917 has been marked as a duplicate of this bug. ***
commit 2696f41b92acfc0f1b093ce425408134b464ff46 Author: Lubosz Sarnecki <lubosz@gmail.com> Date: Tue Apr 9 18:33:31 2013 +0200 Port Pitivi to Python 3 Potentially related fixes: commit d9a9643bd00c7cc26e1e45e478d10742950635ab Author: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> Date: Tue Apr 1 19:44:36 2014 +0200 AudioPreviewer: open pickle file in binary mode. commit 0a303d6a2641288a59a7fef05b7ac8324b2364fa Author: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> Date: Tue Apr 1 19:44:04 2014 +0200 Audio previewer : initialize the list with an int multiplier.