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

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

    Ok I stumbled here twice for installs on two machines so here is a quick link for that ressource

    http://sourceforge.net/projects/pywin32/files/pywin32/

    This is the actual download page of the project and now a readme download

提交回复
热议问题