# -*- coding:utf-8 -*- import sys from PySide2.QtWidgets import QApplication, QLabel print(sys.argv) if __name__ == ‘__main__’: dates = QApplication(sys.argv) label = QLabel(‘hello world’) label.show() sys.exit(dates.exec_()) ОШИБКА [‘E:/MayaTool/glTools/test.py’] Traceback…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy