ParthJadhav / Tkinter-Designer

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

can't open tkinter designer after installing it #176

Closed Omaralsamahi closed 2 years ago

Omaralsamahi commented 2 years ago

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. Anyone has a solution for this?☝️ This happened while I tried opening tkinter designer with this command: Python3 tkinter_designer.py

ParthJadhav commented 2 years ago

You need to properly install python and add it to path for it to function correctly. Try

python tkinter_designer.py

or

py tkinter_designer.py

Anas966 commented 2 years ago

Hello!

Where is the tkinter_designer.py file located?

devshades-au commented 2 years ago

Hello!

Where is the tkinter_designer.py file located?

If you were following the youtube video - please refer to updated instructions: https://tinyurl.com/yjj7xql6

or https://github.com/ParthJadhav/Tkinter-Designer/blob/master/docs/instructions.md#Using-Tkinter-Designer

I had the same issue but have since got it working following the new method.

ParthJadhav commented 2 years ago

Thanks for helping him @devshades-au !