GNOME Bugzilla – Bug 729528
[regression] Python3 port breaks the version checker
Last modified: 2014-09-28 15:19:51 UTC
Running with PITIVI_DEBUG=5, I noticed the following: WARN [...] _versionInfoReceivedCb: Version info could not be read: Type str doesn't support the buffer API (pitivi/application.py:233)
Created attachment 275970 [details] [review] Split works only on unicode objects, not byte. This fixes it.
commit b2b5fe19105fce5d5ffdb4719bdc0363ca1f10bb Author: Thibault Saunier <tsaunier@gnome.org> Date: Wed Sep 24 18:48:50 2014 +0200 application: Do not try to 'decode' a string Making tests pass agin commit 38dec51bf65edecdef3880dad4f236e8e38392a5 Author: Lubosz Sarnecki <lubosz@gmail.com> Date: Tue May 6 14:10:56 2014 +0200 python3: split only works for unicode objects + remove some print statements https://bugzilla.gnome.org/show_bug.cgi?id=729528