Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

 I want to install django-mssql, but when I tried to import the library (using import sqlserver_ado.dbapi), I am getting the below error message:

ImportError: No module named pythoncom

I tried to look for that library, but not able to get the output.

1 Answer

0 votes
by (108k points)

This error you are getting because you have not installed that package in Python. It comes with ActivePython but you can get it independently on GitHub as part of pywin32.

You can also use the below code:

pip install pywin32Y

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 29, 2020 in Python by ashely (50.2k points)

Browse Categories

...