Re: [hatari-devel] Error while compiling python |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx, Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Error while compiling python
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Wed, 21 Oct 2020 08:27:57 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1603261678; bh=ywVNYgsZtNTwon8grU6zQbjyHM53gJ8MEo9xm61X17A=; h=Subject:To:From:Date:From; b=awXq0ziWZSNT+kj/q9/d2Ohz6uprgqwHVquKzMw+6P0W8PH+H5/84hsoCQzxx5uf3 j2XsBKyFs/hOfpRHpVJpBJC3NybmtA4jzcAippkyjHC2+FOh39wrsVxJ81MRgbFZmb RU/isICF2DM8KcMkKX6Ng6aekasQqvuNCMxGG0vA2LpsgZOh8z5i3shbPU1rAidFgT tbNKZr13YVIp4sDFDzUouzD1F/JmTl+APqdA5i6t/D0Y2p5knMv/wqmYBoNinbQg/8 cWtuyBys8SdLM9934IuV+npJGPE0vOqMzYXp5X6VMZhY0RM0x6Gj5jjXNKjOA7Hdsz jfuetPcKmTvqQ==
On 21/10/2020 00.16, Eero Tamminen wrote:
> Hi,
>
> On 10/21/20 12:25 AM, Laurent Sallafranque wrote:
>> I've got an error while compiling hatari at the very end (compiling the
>> python UI)
>>
>> I've got python3 on my computer but not python.
>>
>> Maybe something could be changed into the makefile to detect the python
>> version to use ?
>
> This is the Python v2 vs Python v3 issue.
>
> Hatari Python scripts still support both.
>
> If you're on Debian stable, or Ubuntu 18.04,
> install python-minimal (= python2).
>
> If you're on Ubuntu 20.04 LTS, or Debian unstable, install either
> python-is-python2, or python-is-python3.
>
> I guess something about this should be in readme,
> but I'm not sure what package installs the symlink
> on other distros.
On Fedora, you have to install "python-unversioned-command".
Thomas