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
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
Hi,
I switched the Debian packaging from Python 2 to 3. Now there is the
problem, that the path is not /usr/bin/python (same for python-config),
but /u/b/python3{-config}.
So I had to apply the attached diff to get it working with Python 3. I
would welcome it if..
1) Python3 would become the def