Skip to content
On this page

Upgrading from Simplygon Python API 9 to Simplygon Python API 10.0 and later ​

Simplygon module name ​

The Python module of Simplygon is versioned by major version (to allow multiple major versions to co-exist side-by-side on the same machine). So when upgrading from Simplygon 9.x to 10.x, from simplygon9 import ... is changed to from simplygon10 import .... The version-less from simplygon import ... syntax was marked as deprecated in Simplygon 9.2 and is no longer available for Simplygon 10.0 and up.

Known issues ​

Importing different major versions of the Simplygon python modules in the same script at the same time is not supported.