mendix / m2ee-tools

m2ee, the Mendix runtime helper tools for GNU/Linux
Other
27 stars 40 forks source link

Python3 support? #57

Open hvisage opened 2 years ago

hvisage commented 2 years ago

https://www.python.org/doc/sunset-python-2/

It's basically holding up deploying to "modern" Linux Distros ;(

knorrie commented 2 years ago

Hi, the good news here is that the library code has been Python 3 compatible since 2018, and also being used as such even longer already in e.g. Mendix Cloud v4.

It's that the Debian packaging still had the Python 2 shebang and dependencies, but that's going to change now, as seen in #56.

evertsc commented 2 years ago

Although not officially supported by Mendix yet, I've installed the m2ee-tools (7.2.3) manually (together with python3-httplib2 and python3-yaml). In the /usr/bin I created a symbolic link for python that points to the python3 binary. So far it seems to work fine.

Any updates on the v9 with official Python3 support?

hvisage commented 11 months ago

seems the current m2ee 8.0.1 dropped Python2 and is working (seems to be) on BookWorm, busy testing