Python Script

Is the visual components libraries that exist on the python script accessible from other python platforms?
I mean that methods that I used from importing vcHelpers.Robot2 library can run as an independent python code or will it give an error?

No they won’t work outside VC since basically everything depends heavily on the VC Python API.

1 Like