Posts by Londarks • 19 points
5 posts
-
0
votes1
answer129
viewsA: Pyqt5 Error Installing Pyqtwebengine
Solved using the command as follows: pip3 install PyQtWebEngine==5.13.2
-
0
votes1
answer129
viewsQ: Pyqt5 Error Installing Pyqtwebengine
Hello, I was trying to create a browser with python and when I installed Pyqtwebengine, my Pyqt5 stopped picking and no longer works, it shows a compatibility error but can not solve, I tried to…
-
-1
votes1
answer52
viewsQ: Making a rank system
hello i am trying to create a rank system using sqlite3 and python however I am not getting anywhere,when I consult my database it returns me that: [('002', 5), ('001', 50), ('003', 80)] where…
-
0
votes3
answers648
viewsA: I can’t download "pygame" or "kivy" via the "Pip install..." command
you can try to install it manually by going here and downloading the version compatible with your operating system as pygame‑1.9.6‑cp37‑cp37m‑win_amd64.whl then go to the directory and install pip…
-
0
votes1
answer146
viewsQ: Pyqt5 Changing the order of items added within the Qlistwidget
Hello I was wondering if it is possible to change the order of entries of the items within the Qlistwidget, Currently when I insert a new item within the Qlistwidget it and fixed at the top and the…