Hi
I get an error when I run the following code. Windows11, PySide6 == 6.4.2 Python==3.13
`import sys
from PySide6.QtWidgets import QApplication
from cutewindow import CuteWindow
if name == "main":
app = QApplication(sys.argv)
window = CuteWindow()
window.setWindowTitle("My Customizable App")
window.resize(800, 600)
window.show()
sys.exit(app.exec())`
"Thanks, and I look forward to hearing from you."
Hi
I get an error when I run the following code. Windows11, PySide6 == 6.4.2 Python==3.13
`import sys
from PySide6.QtWidgets import QApplication
from cutewindow import CuteWindow
if name == "main":
app = QApplication(sys.argv)
window = CuteWindow()
window.setWindowTitle("My Customizable App")
window.resize(800, 600)
window.show()
sys.exit(app.exec())`
"Thanks, and I look forward to hearing from you."