m2ee-tools icon indicating copy to clipboard operation
m2ee-tools copied to clipboard

Python3 support?

Open hvisage opened this issue 4 years ago • 3 comments
trafficstars

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

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

hvisage avatar Nov 15 '21 19:11 hvisage

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.

knorrie avatar Nov 19 '21 10:11 knorrie

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?

evertsc avatar Jun 01 '22 16:06 evertsc

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

hvisage avatar Aug 07 '23 19:08 hvisage