nngogol / PySimpleGUIDesigner

Desinger for PySimpleGUI
GNU General Public License v2.0
180 stars 27 forks source link

Need some help to start PySimpleGUIDesigner #19

Closed SHKChan closed 3 years ago

SHKChan commented 3 years ago

I got thise when I type PySimpleGUIDesigner

New to PySimpleGUI, can anyone tell me what to do?

Traceback (most recent call last): File "d:\python354\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "d:\python354\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "D:\Python354\Scripts\PySimpleGUIDesigner.exe__main__.py", line 4, in File "d:\python354\lib\site-packages\PySimpleGUIDesigner\main.py", line 5, in from .transpiler2 import * File "d:\python354\lib\site-packages\PySimpleGUIDesigner\transpiler2.py", line 35 return f'[{x}]' ^ SyntaxError: invalid syntax