4.44 FAQ-406 What to do if I cannot access other Python extensions from Origin?


Last Update: 2/3/2015

The embedded Python in Origin includes all the basic modules. But if you have other Python extension(s) installed (e.g. PyQt4) and would like to access it from the embedded Python in Origin, you always need to add its installation folder to the system path list before you import it.

For an example on adding the installation folder to system path list, you may refer to the A Note to Use Python Extensions section in the Working with Python chapter in LabTalk Guide.


Keywords:python, python binding, python extension, PyQt4, system path

Minimum Origin Version Required: 2015 SR0