After linking /usr/bin/python
to /usr/bin/python3
, everything compiles and runs as expected. So, I think we can assume that, after the next merge from trunk-jpl/
to trunk/
, the issue is not internal. That said, I will work on and commit the following fixes:
- Compilation should honor Python version supplied to option
--with-python-version
. - Polling Python.h with
python3
should not error out on the syntax error noted above.
Please let me know if I have missed anything and I will add it to this list. As well, @weiji14 let me know what if any progress you are able to make.