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

前端 未结 7 1032
走了就别回头了
走了就别回头了 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:37

    pip install pypiwin32
    

    Glyph had packed packed it until somebody sends patch to build wheels as part of pywin32 build process to close https://sourceforge.net/p/pywin32/bugs/680/

提交回复
热议问题