使用 PyQT 时 PyScripter 崩溃

发布于 2024-10-22 16:20:28 字数 351 浏览 2 评论 0原文

我开始使用 PYQT,当我第二次启动时,我的 IDE PyScripter 被系统关闭!即使对于非常简单的代码,例如:

#!/usr/bin/env python
import sys

from PyQt4.QtGui import QLabel, QApplication

if __name__=='__main__':
    App = QApplication(sys.argv)
    Label = QLabel( "Hello World!" )
    Label.show()
    App.exec_()

PyScripter Version 2.4.1.0;蟒蛇2.7.1; pyqt4

I begin to use PYQT and my IDE PyScripter is systematically closed when I launch for the second time ! Even for very simple code like :

#!/usr/bin/env python
import sys

from PyQt4.QtGui import QLabel, QApplication

if __name__=='__main__':
    App = QApplication(sys.argv)
    Label = QLabel( "Hello World!" )
    Label.show()
    App.exec_()

PyScripter Version 2.4.1.0 ; Python 2.7.1 ; PyQT4

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文