ImportError: No module named pythoncom

后端 未结 5 500
旧巷少年郎
旧巷少年郎 2020-11-28 13:19

I am a newbie (just 1 week) to this Python world. I tried installing django-mssql, but when I tried to import the library (using import sqlserver_ado.dbapi), I

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 14:23

    If you're on windows you probably want the pywin32 library, which includes pythoncom and a whole lot of other stuff that is pretty standard.

提交回复
热议问题