[Solved] pip install win32gui error No module named 'win32.distutils.command'

It took too long to compile the project, and I switched to another computer to work during the period. I hope that I can send myself a message reminder after editing. Seeing this blog post to realize pythonthe method of automatically sending messages to QQ, I am stuck in the first stepimport win32

When using pip install win32the installation, an error No module named 'win32.distutils.command' is reported

Just use this instead:

pip install pypiwin32

Guess you like

Origin blog.csdn.net/weixin_44559752/article/details/127977842