Skip to content

Crasch in Help -> About pysimCoder - QT_VERSION_STR is not defined #121

@ppisa

Description

@ppisa
Traceback (most recent call last):
  File "/home/pi/repo/pysim/pysimCoder/toolbox/supsisim/supsisim/pyEdit.py", line 411, in aboutAct
    text += QT_VERSION_STR
            ^^^^^^^^^^^^^^
NameError: name 'QT_VERSION_STR' is not defined
Aborted

Probably related to Use pySide6 if available instead of pyQt6/5

I am running PyQt6 version.

When I have installed missing Python3 Pyside6 modules then the error is still here

Traceback (most recent call last):
  File "/home/pi/repo/pysim/pysimCoder/toolbox/supsisim/supsisim/pyEdit.py", line 411, in aboutAct
    text += QT_VERSION_STR
            ^^^^^^^^^^^^^^
NameError: name 'QT_VERSION_STR' is not defined

but does not crash whole application

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions