What's win32con module in python? Where can I find it?

前端 未结 7 1055
走了就别回头了
走了就别回头了 2020-12-01 09:13

I\'m building an open source project that uses python and c++ in Windows. I came to the following error message:

 ImportError: No module named win32con 
         


        
7条回答
  •  天涯浪人
    2020-12-01 09:35

    navigate to: C:\Python27\Lib\site-packages\win32\lib and copy the win32con.py file into your project directory.

提交回复
热议问题