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:

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *