How do we import new python libraries to ignition

Hi,

I’m just curious, what if i want to import:

import win32file (python library)

and that python library doesn’t exist in ignition, is there a way we can add that to ignition library or something?

Thanks.

Yes, put third-party Python libraries in this directory: C:\Program Files\Inductive Automation\Ignition\user-lib\pylib

They will be picked up by Ignition. More information about it here: perfectabstractions.com/blog … on-modules

Best,

Thank you Nick!