ProgrammingHero1 / my_cool_browser

110 stars 166 forks source link

My Browser I dos not work #3

Closed sebasop320 closed 3 years ago

sebasop320 commented 3 years ago

when i exetute the python scrtipt in my mac ti says this:


Traceback (most recent call last):
  File "/Users/sebastianocampopena/PycharmProjects/browser/main.py", line 5, in <module>
    from PyQt5.QtWebEngineWidgets import *
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Process finished with exit code 1
``
can sombody help me?
faheem-cmd commented 3 years ago

when i exetute the python scrtipt in my mac ti says this:

Traceback (most recent call last):
  File "/Users/sebastianocampopena/PycharmProjects/browser/main.py", line 5, in <module>
    from PyQt5.QtWebEngineWidgets import *
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Process finished with exit code 1
``
can sombody help me?

Please install pyqt5 module on your project. pip install pyqt5

Prince2347X commented 3 years ago

@sebasop320 @faheem-cmd Install it by running

pip install PyQtWebEngine

It's also mentioned in the video, you didn't watched it properly lol😂

sebasop320 commented 3 years ago

@sebasop320 @faheem-cmd Install it by running

pip install PyQtWebEngine

It's also mentioned in the video, you didn't watched it properly lol😂

Thank You so much