Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2625

Terminated with no reason

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 6.6.2
    • PySide
    • None
    • Win11, Python 3.9
    • Windows

    Description

      After converting the ConfigWindow.ui to Ui_ConfigWindow.py, and then run ConfigWindow-test.py with it, the program Terminated with no reason. Test files are attached. I have two things to say about this:

      1. Currently PySide are still buggy, I found some cases it won't  throw exceptions and just Terminated with no reason, so It is very import to throw exceptions for debbuging. So the exceptions mechanism should be improved.
      2. The same program tested with PyQt6, I got the following error. I just provide the information for you to fix the single bug.
      {{Traceback (most recent call last):
        File "F:\BaiduNetdiskDownload\SoftwareProject\LYYDownloader-dev\ConfigWindow.py", line 64, in <module>
          ui = ConfigWindow()
        File "F:\BaiduNetdiskDownload\SoftwareProject\LYYDownloader-dev\ConfigWindow.py", line 27, in __init__
          self.setupUi(self)
        File "F:\BaiduNetdiskDownload\SoftwareProject\LYYDownloader-dev\Ui_ConfigWindow.py", line 179, in setupUi
          self.retranslateUi(Dialog)
        File "F:\BaiduNetdiskDownload\SoftwareProject\LYYDownloader-dev\Ui_ConfigWindow.py", line 211, in retranslateUi
          self.label.setText(QCoreApplication.translate("Dialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
      UnicodeEncodeError: 'utf-8' codec can't encode characters in position 1047-1048: surrogates not allowed}}
      .

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            philip Philip Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes