Skip to content

SyntaxError: invalid syntax #2

@Afantor

Description

@Afantor

hello,when I run "python3 launchPyquino.py" by PyCharm IDE,I get some SyntaxError:
Traceback (most recent call last):
File "D:/Micro_Tool/Pyquino/launchPyquino.py", line 6, in
from core.mainwindow import MainWindow
File "D:\Micro_Tool\Pyquino\core\mainwindow.py", line 10, in
from .RightClick import rightClick
File "D:\Micro_Tool\Pyquino\core\RightClick.py", line 22
action = QAction(f"print{i}", self)
^
SyntaxError: invalid syntax

how I can fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions