Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost_mpl_preprocess.py is missing python3 support #67

Open
thomas955 opened this issue Jul 20, 2022 · 1 comment
Open

boost_mpl_preprocess.py is missing python3 support #67

thomas955 opened this issue Jul 20, 2022 · 1 comment

Comments

@thomas955
Copy link

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 added a commit to thomas955/mpl that referenced this issue Jul 21, 2022
  * fixed libraries include
  * fixed incorrect usage of python2 string
  * fixed python2 to python3 script issues (2to3) like print ""
  * fixed data types
  * fixed python3 usage of str instead of string (join, split etc.)
  * added support to determine the absolute path of the executable
    binary of the current Python interpreter
    * thx @Bagira80 for his support

Fixes issue: boostorg#67

Signed-off-by: Thomas Höhlig <thoehlig@benocs.com>
@thomas955
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant