[Bug 733067] cerbero: support python3
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 27 19:17:36 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=733067
--- Comment #63 from Xavier Claessens <xclaesse at gmail.com> ---
(In reply to Nicolas Dufresne (stormer) from comment #62)
> Review of attachment 369913 [details] [review]:
>
> ::: README
> @@ +66,1 @@
> +The python.exe also needs to be renamed to python3.exe.
>
> As discuss, I think we need to think a little more about this one, that's
> quite ugly and might clash with user existing work.
That's because the shebang is set to "python3" but on windows both python2 and
python3 install python.exe.
I guess the alternative is to invoke cerbero-uninstalled like:
$ python ./cerbero-uninstalled
But then we have to make sure that when cerbero invokes meson it will pass use
argv[0] instead of "python3". I guess that's the best way to dodge all those
PATH issues.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list