i would like to install a python module on the ide editor. the module is not avaible in the ide installation.
is there a process to do this? if not, in this case since its a sql database module that i need, i could use MSSQL module that is avaiable in the ide installation, but there is not information on it. any assistance will be appreciated.
Solved! Go to Solution.
The standard mechanism for adding sources is disabled because of security issues.
In general you could unpack wheels and add the folders/files by hand to the source folders in the active configuration (<active...>/scripts/libraries/<bosch | user | oem>). This ones have to be added to the source list or later on are automatically searched by the interpreter.