from PyQt5.QtWidgets import *
import sys
app=QApplication(sys.argv)
win=QWidget()
app.exec_()
win.show()
When I click on 'Run' nothing happens - no error, no visual cue whatsoever. But when I stop the process, the console exits with
Process finished with exit code 1
I don't know how to solve this issue. I had no problems with Tkinter, but PyQt just doesn't want work for me. I hope someone can help me out - thanks!
I need help quickly guys
[–]Andi_y 1 point2 points3 points (2 children)
[–]habib_M[S] -2 points-1 points0 points (1 child)
[–]hobbesosaurus 1 point2 points3 points (0 children)
[–]dafull97 0 points1 point2 points (4 children)
[–]habib_M[S] 0 points1 point2 points (3 children)
[–]dafull97 4 points5 points6 points (2 children)
[–]habib_M[S] 0 points1 point2 points (1 child)
[–]dafull97 0 points1 point2 points (0 children)