Komodo python module install

I have a module pyodbc-4.0.17-cp36-cp36m-win32.whl. I installed it via “pip3 install pyodbc-4.0.17-cp36-cp36m-win32.whl” But for some reason it is not being seen Komodo. I see it as installed in my path “\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\pyodbc-4.0.17.dist-info” It is just not registering with the komodo IDE.

Could you elaborate on the above? Are you trying to get code intel completions? or are you running code and it’s failing to find that moduel?

  • Carey

I can seem to import. I am suppose to be able to do a “import pyodbc”.

Thanks for clarifying. Try Edit menu > Preferences > Languages > Python3 > Additional Python 3 import directories.

Also make sure your file is set to Python 3 in the status bar, above the current open file.

Thanks this works. But only issue is methods.

I’m not sure what you mean here.
Something to note is that if the module is mostly C then Komodo cannot scan it properly.

Thanks for the help you just answered my issue.

Glad I could help!