Re: [Mlt-devel] Build mlt with Python 3

2019-09-21 Thread Dan Dennedy
I did some research myself, and while there is not solution for all combinations of OS and python installs, it seems using python3 is the best option. It could be possible to make the build script's python executable configurable, it is not really possible for the shebangs because there is no insta

Re: [Mlt-devel] Build mlt with Python 3

2019-09-18 Thread Patrick Matthäi
Am 02.09.2019 um 22:57 schrieb Dan Dennedy: > AFAIK "python3" is not a standard name for the executable any may not > be available on a python 3 only system. The patch needs to be > backwards compatible and use python3 if available and just "python" > otherwise. Hi, I have checked it on current D

Re: [Mlt-devel] Build mlt with Python 3

2019-09-02 Thread Dan Dennedy
AFAIK "python3" is not a standard name for the executable any may not be available on a python 3 only system. The patch needs to be backwards compatible and use python3 if available and just "python" otherwise. On Mon, Sep 2, 2019 at 5:55 AM Janne Liljeblad wrote: > I just got Flowblade launche

Re: [Mlt-devel] Build mlt with Python 3

2019-09-02 Thread Janne Liljeblad
I just got Flowblade launched with Python 3 bindings and the next release is coming with Flowblade running on Python 3, so I support making Python 3 the default for Python binding going forward. Regards, Janne On Mon, Sep 2, 2019 at 3:44 PM Patrick Matthäi wrote: > > Hi, > > I switched the Debi