3rd party python Library import in ignition

importError_ignition.pdf (200.6 KB)

Hi,

We are trying to use some report features of ignition, where we need to import some 3rd party libraries, we followed the standard article and stored them inside py-lib folder in windows but for few imports it's throwing error, can you please check and guide what could be the missing piece?

Best Regards,
Payel Bera

Does this module use python3 or Cpython?

If it does then it won't work in Ignition

1 Like

Yes, it is python3, and it's not supported by ignition's latest version?

which python version is compatible in ignition or supported by the latest ignition version?

Ignition uses Jyhton, a Java implementation of Python. Latest version is 2.7.3. Anythong requiing a C library will not work.

You may want to see if there is a Java library aviilable to help with what you are trying to do.

2 Likes

This old post has some links for getting the extra modules into Ignition and recommendations

1 Like