Posts by Samuel Cruz • 33 points
6 posts
-
0
votes0
answers41
viewsQ: How to open a new Window in Pyside2?
I was using a stop function to open the windows in a kind of window manager. At the top of the class I leave the menu = False, and when it becomes True in the function, it is for the window to open,…
-
0
votes0
answers16
viewsQ: How to resolve it? Runtimeerror: Images in list must all have the same Dimensions // Lib face_recognition
I had the following error when working with the face_recognition library, when using the code: face1 = face_recognition.load_image_file('face1.jpg') face2 =…
pythonasked Samuel Cruz 33 -
1
votes1
answer146
viewsA: Typeerror: 'Function' Object is not subscriptable, how to resolve? Pyside2 Qtableview
The problem was found, the query function was not within the database class.
-
1
votes1
answer146
viewsQ: Typeerror: 'Function' Object is not subscriptable, how to resolve? Pyside2 Qtableview
I’m making the code to view my sqlite3 table in Qtableview, but when I put to view the table, at the time of running the code, this cited error arose, but I could not find how to solve it... Follow…
-
-1
votes1
answer16
viewsQ: Pyside2 // How to change frame without hiding buttons?
I created a window with 4 frames that alternate when clicking the corresponding buttons, but when clicking any button, the frame changes to the corresponding one but the buttons disappear, where did…
-
0
votes1
answer60
viewsQ: How to login with SELECT in a table? Login system Pyside2 sqlite3
I am creating a simple login system, where the user puts the data entered in a table. But in the code when comparing the data, either it ENTERS even with blank spaces or wrong information or it…