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

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

    Note that the Pywin32 download page contains installers for version 2.6 (i386 and AMD64). The ActiveState distribution is a single installer that includes pywin32 - currently at version 2.5.2.

提交回复
热议问题