ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Syntax Error #375

Open mujeebahmad03 opened 7 months ago

mujeebahmad03 commented 7 months ago

I get this error when I tried running python gui/gui.py

File "gui/gui.py", line 56 output = Path(f"{output_path}/build").expanduser().resolve() ^ SyntaxError: invalid syntax

harsh1504660 commented 4 months ago

Can you provide your python version?