Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError
#1
ModuleNotFoundError: No module named 'win32api'
Reply
#2
from command line:
pip install pypiwin32
Reply
#3
(Oct-21-2020, 10:48 AM)Larz60+ Wrote: from command line:
pip install pypiwin32

i solved it by copying files from another computer
Reply
#4
(Oct-21-2020, 12:15 PM)kcajminer2312 Wrote:
(Oct-21-2020, 10:48 AM)Larz60+ Wrote: from command line:
pip install pypiwin32

i solved it by copying files from another computer

new error:
ImportError: DLL load failed while importing _win32sysloader: %1 is not a valid Win32 application.
Reply
#5
You are having a problem because you copied files from another computer. Delete the files you copied and install the package using pip as Larz60+ recommended. This will put the files in the correct place and do any configuration required to use the package.

But shouldn't the command be: pip install pywin32
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020