Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
389 views
in Technique[技术] by (71.8m points)

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

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 

The same happened in a "prebuilt" code that it's working ( except in my computer :P )

I think this is kind of "popular" module in python because I've saw several messages in other forums but none that could help me.

I have Python2.6, should I have that module already installed? Is that something of VC++?

Thank you for the help.

I got this url http://sourceforge.net/projects/pywin32/ but I'm not sure what to do with the executable :S

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
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/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...