Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'win32com' #21

Open
ShadwMan opened this issue Jun 6, 2018 · 4 comments
Open

ModuleNotFoundError: No module named 'win32com' #21

ShadwMan opened this issue Jun 6, 2018 · 4 comments
Assignees
Labels

Comments

@ShadwMan
Copy link

ShadwMan commented Jun 6, 2018

When attempting to run in Linux I get the error:
ModuleNotFoundError: No module named 'win32com'

Traceback (most recent call last):
File "vintel.py", line 30, in
from vi.ui import viui, systemtray
File "vintel/src/vi/ui/viui.py", line 42, in
from vi.soundmanager import SoundManager
File "vintel/src/vi/soundmanager.py", line 29, in
from win32com.server.util import wrap
ModuleNotFoundError: No module named 'win32com'

@bperian bperian self-assigned this Jun 11, 2018
@bperian bperian added the bug label Jun 11, 2018
@bperian bperian added this to the vintel v1.2.5-ga milestone Jun 11, 2018
@bperian
Copy link
Owner

bperian commented Feb 15, 2019

Could not reproduce. Will reopen if case arises

@bperian bperian closed this as completed Feb 15, 2019
@radub7
Copy link

radub7 commented Oct 1, 2019

I have the exact same error.
It's caused by a missing python3 module : pywin32, available for Windows only (I can't pip install it)

$ python3 -m pip install pywin32
Collecting pywin32
  ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32

So I guess it's on our side

@bperian
Copy link
Owner

bperian commented Oct 4, 2019

will get back at it now the blackout period is done

@bperian bperian reopened this Oct 4, 2019
@wa3x
Copy link

wa3x commented Apr 17, 2020

Under Ubuntu 18.04 (all other libs installed)

Traceback (most recent call last):
File "/home/wax/Vintel/src/vintel.py", line 30, in
from vi.ui import viui, systemtray
File "/home/wax/Vintel/src/vi/ui/viui.py", line 42, in
from vi.soundmanager import SoundManager
File "/home/wax/Vintel/src/vi/soundmanager.py", line 29, in
from win32com.server.util import wrap
ModuleNotFoundError: No module named 'win32com'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants