Pythoy third-party libraries

How do I use Pythoy third-party libraries?

Hi,

The python libraries are stored in your installation folder at (by default)
C:\Program Files\Visual Components\Visual Components Premium 4.9\Python 2\lib

Do note that 4.9 has the extra *\Python 2\ in it’s path

You can then in VC import any of these with the import * command and you can also add your own libraries there. Just keep in mind that if yo uwant to import your own libraries, make sure it complies with the correct python version.

br,
Lefa

thanks for contributing!