ParthJadhav / Tkinter-Designer

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

zsh: no matches found: "my file url" #252

Closed MarkLHH closed 1 year ago

MarkLHH commented 2 years ago
image

Hi, I am trying out the tkinter-designer. I have created a simple figma design file and when I try to generate the gui.py, I have encountered this problem.

The following is the structure of my figma design file.

image
boludoz commented 1 year ago

Same problem

image

ParthJadhav commented 1 year ago

Hey @MarkLHH , It seems like u missed .cli while executing the module.

python3 -m tkdesigner.cli

LucaJaich commented 11 months ago

I'm having the same issue and that solution didn't work