How do you include system in pylib modules?

P much the title. Are the Ignition built-in scripting functions accessible from modules in pylib and if so, how do you import them?

“import system” fails with “no module named system”

Thanks

They are not. They aren’t even written in python.

1 Like

Welllll they’re accessible from “python” jython scripting so I had a sliver of hope lol

I recently spent a day hacking up a script to update the colors and fonts on all of the Designer scripting windows so Ignition could stop searing my eyes… but it’s still a long way from Vim and Git ._.

Thanks Phil