Compile.py doesn't work with python3

Hi all

it’s getting harder and harder to find computers / VMs where python 2 is still available (end of security support for python 2.7: January 1, 2020).
Could you please make the script compile.py python3 compatible ?

cheers

ulf

Hi Ulf,

Are you using the latest version of the script from the repository? It should already be compatible with Python3.

What problems do you encounter?

Cheers,

Ralf.

Hi Ralf,

you are right, it works with python3,
I only had forgotten that several packages have to be installed.
Maybe it’s worth to add a standard requirements.txt file to the repository so that you don’t have to guess which packages have to be included

cheers

ulf

Hi Ulf,

I have just added a requirements.txt file to ipmc-project. Please let me know if this works for you.

Cheers,
Ralf

Thanks a lot, Ralf

it works for me and makes life easier

cheers

ulf