With the upcoming release of Lexocad 25.0 we will finally say goodbye to Python 2.7 and migrate to Python 3.6.
With this move it should be much easier to integrate the libraries you need into our Python installation. For example the use of
should smoothly integrate into our Python environment.
It is possible to migrate your existing code with ‘2to3’ conversion tool:
You can find several docs on how to convert Python 2 to 3. You can start here:
- https://docs.python.org/3/howto/pyporting.html
- https://www.digitalocean.com/community/tutorials/how-to-port-python-2-code-to-python-3