python ImportError:没有名为win32file的模块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python ImportError:没有名为win32file的模块相关的知识,希望对你有一定的参考价值。

当我尝试在Windows10上构建chrome时,会发生python错误,它会显示“ImportError:没有名为win32file的模块”。怎么样这个?

答案

我的解决方案是:python -m pip install pywin32。然后你会在C的路径中看到模块win32file:/python27/Lib/site-packages/win32file.pyd

以上是关于python ImportError:没有名为win32file的模块的主要内容,如果未能解决你的问题,请参考以下文章

ImportError:没有名为“urllib2”Python 3的模块[重复]

Python 错误:“ImportError:没有名为 6 的模块”

python ImportError:没有名为win32file的模块

ImportError:没有名为 websocket 的模块

python3:ImportError:没有名为xxxx的模块[重复]

Python3.7 ImportError:没有名为“django”的模块