EASY7

[Qt5] Process finished with exit code -1073740791 (0xC0000409) 오류 본문

개발 공부/Python

[Qt5] Process finished with exit code -1073740791 (0xC0000409) 오류

E.asiest 2021. 12. 25. 01:25

1. 새로운 창을 열 때 self.변수로 하니까 해결됨.

self.myWindow = MyWindow()
self.myWindow.show()

https://coderedirect.com/questions/86492/pyqt-how-to-open-new-window

Comments