ModuleNotFoundError: No module named 'win32api
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
Research direction
Start with the reported cricket_live_score.py execution in the shown Python 3.7 32-bit environment and inspect the win10toast import in the traceback. Compare the interpreter running the script with the environment where pywin32 is installed; the issue needs a reproducible project-level fix or a clearer report of the expected change.
Written by the indexing model from the issue text.
Description
While running cricket_live_score.py it throws the following error. Even if the module is already installed.
Error Message:
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\test.py", line 4, in <module>
from win10toast import ToastNotifier
File "C:\Users\Admin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\win10toast\__init__.py", line 19, in <module>
from win32api import GetModuleHandle
ModuleNotFoundError: No module named 'win32api
Installed Module:
C:\Users\Admin>pip install pywin32
Requirement already satisfied: pywin32 in c:\users\admin\appdata\local\programs\python\python37-32\lib\site-packages (225)
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from geekcomputers/Python
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
geekcomputers/Python#3205 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
geekcomputers/Python#3188 · 3 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
geekcomputers/Python#3060 · 1 comment ·
-
[BUG] shapchat Open
Difficulty 5/5 Over a week Newbie friendliness 10/100
geekcomputers/Python#3214 · 5 comments ·
-
Test of an Issue Open
Difficulty 5/5 Over a week Newbie friendliness 10/100
geekcomputers/Python#3209 · 5 comments ·
All issues in geekcomputers/Python
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
🐛 Bug 🔔 Pending processing
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
jumpserver/jumpserver#17584 ·