boostorg / mpl

Boost.org mpl module
http://boost.org/libs/mpl
Boost Software License 1.0
49 stars 78 forks source link

boost_mpl_preprocess.py is missing python3 support #67

Open thomas955 opened 2 years ago

thomas955 commented 2 years ago

This and the depending scripts are not working with Ubuntu 22.04 anymore. My default sym-link for python at least is pointing to Python 3.10.4

Already tested with my fix which I will provide in a PR:

python --version
Python 3.10.4

I tested my patches with python 2.7.x as well and they seem to work with Ubuntu 20.04, but this is not the python version that we should use anymore. Feel free to comment. :)

thomas955 commented 2 years ago

@Bagira80 Please have a look on this, too. And a lot of thx for your help.