How to import pyodbc

Hy,

is it possible to import pyodbc to a Viusal Components Python Script.

When I try it like “import pyodbc” VC does the error:

“ImportError: No module named pyodbc”

Thank you

Hello captain_feature,

the second time today to get in contact with u in the forum lol. There was a guy who probably already realised the import. I asked him in another topic:

https://forum.visualcomponents.com/t/how-to-share-global-variables-between-python-files/529/7

Greets

If you want to import third party modules then put the file in the directory site-packages:
C:\Program Files\Visual Components\Visual Components Premium 4.2\Python\lib\site-packages