Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python ImportError: No module named win32file

When I try to build chromium on Windows10, I get:

ImportError: No module named win32file

How to solve this?

like image 882
Hello Lee Avatar asked Apr 06 '19 16:04

Hello Lee


Video Answer


1 Answers

My solution is: python -m pip install pywin32. Then you will see module win32file in the path of C:/python27/Lib/site-packages/win32file.pyd

like image 177
Hello Lee Avatar answered Oct 22 '22 18:10

Hello Lee