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 'PyQt5.QtWebEngineWidgets #1

Closed
dazman90 opened this issue Feb 6, 2019 · 1 comment
Closed

Comments

@dazman90
Copy link

dazman90 commented Feb 6, 2019

Hey im a windows user trying to get this tool to work for me has been a headache so far but none the less I am greatfull for your contribution to the modding comunity.
Anyway when I run the command
py -3.7 -m eventeditor
it throws the error
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets
and when I atempt to install that by running py -m pip install PyQt5.QtWebEngineWidgets
this error gets throne
Could not find a version that satisfies the requirement PyQt5.QtWebEngineWidgets (from versions: ) No matching distribution found for PyQt5.QtWebEngineWidgets
I am quite new to python software so I realy dont know how to fix this...
Thanks, dazman

@leoetlino
Copy link
Member

Sorry for the delay; it looks like one day I accidentally marked a GitHub email as spam and I haven't been receiving any notification since...

Please refer to this page for setup instructions:

https://zeldamods.org/wiki/Help:Tools/EventEditor

It looks like the PyQt devs moved the WebEngine stuff to a separate package, which you need to install with py -m pip install PyQtWebEngine.

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

No branches or pull requests

2 participants