zeldamods / event-editor

Event flow editor for Breath of the Wild
GNU General Public License v2.0
25 stars 9 forks source link

ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets #1

Closed dazman90 closed 5 years ago

dazman90 commented 5 years ago

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 commented 5 years ago

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.