-
Notifications
You must be signed in to change notification settings - Fork 174
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
Error on start of the program #13
Comments
Hello, Have you tried installing this package? If no, does it solve the issue?
|
I installed the package you suggested and I got another error when trying to run it
|
Maybe that you could try to run this command: sudo apt install python3-pyqt5.qtwebengine python3-pyqt5 And, if it does not still work, uninstalling the local PyQt install, sudo pip3 uninstall pyqt5 pyqtwebengine Could you tell whether it solves the issue? Thanks, |
the first command seems to have fixed it, I'll try it a bit I hope now it's all ok. |
…n order to advise using the PyQt version from the operating system's repositories, for a better compatibility with recent distributions not packaging the same binary Qt distributions as PIP
This is what I get, any suggestions? All the dependencies are installed
kali@kali:~/pbtk$ ./gui.py Traceback (most recent call last): File "./gui.py", line 20, in <module> from views.fuzzer import ProtobufItem, ProtocolDataItem File "/home/kali/pbtk/views/fuzzer.py", line 5, in <module> from PyQt5.QtWebEngineWidgets import QWebEngineView ImportError: libQt5WebEngineWidgets.so.5: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: