niess / python-appimage

AppImage distributions of Python
https://python-appimage.readthedocs.io/en/latest/
GNU General Public License v3.0
170 stars 24 forks source link

Add Python 2.6 #38

Open ghost opened 2 years ago

ghost commented 2 years ago

Please, add also Python 2.6.

niess commented 2 years ago

Hello,

this project builds Python AppImages from the PyPa/manylinux Docker images. Python 2.6 is not part of the manylinux images. Thus, it cannot be added as so.

A workaround might be to build a new Docker image on top of manylinux1 containing Python2.6. Then python-appimage should be able to generate a Python2.6 appimage from this modified Docker image.

ghost commented 2 years ago

A workaround might be to build a new Docker image on top of manylinux1

Yes, please! As there are a lot of software stuck in Python 2.6 (e.g. Blender <= 2.49b, etc.).

niess commented 2 years ago

I see.

If you can provide me with this modified Docker image I would be glad to add / update python-appimage accordingly with Python 2.6.

Note that python2.6 would be installed to /opt/python in the Docker image, as other distributions. Then building the AppImage would work out of the box. I might be too optimistic though :P

ghost commented 2 years ago

If you can provide me with this modified Docker image

I has no such.