You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to Fix ?
A key error occurs when the elements are named or grouped incorrectly. Before creating an issue, make sure that you have followed the instructions guide correctly.
If the issue still persists, create an issue with the following details included.
Error Message
PS C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master> & "C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe" "c:/Users/Ahmed Yousry/Desktop/Tkinter-Designer-master/gui/gui.py"
Traceback (most recent call last):
File "c:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\gui\gui.py", line 13, in
from tkdesigner.designer import Designer
File "C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\tkdesigner\designer.py", line 1, in
import tkdesigner.figma.endpoints as endpoints
File "C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\tkdesigner\figma\endpoints.py", line 3, in
import requests
ModuleNotFoundError: No module named 'requests'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\gui\gui.py", line 15, in
raise RuntimeError("Couldn't add tkdesigner to the PATH.")
RuntimeError: Couldn't add tkdesigner to the PATH.
Link to the Figma File
gui/gui.py
The text was updated successfully, but these errors were encountered:
How to Fix ?
A key error occurs when the elements are named or grouped incorrectly. Before creating an issue, make sure that you have followed the instructions guide correctly.
If the issue still persists, create an issue with the following details included.
PS C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master> & "C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe" "c:/Users/Ahmed Yousry/Desktop/Tkinter-Designer-master/gui/gui.py"
Traceback (most recent call last):
File "c:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\gui\gui.py", line 13, in
from tkdesigner.designer import Designer
File "C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\tkdesigner\designer.py", line 1, in
import tkdesigner.figma.endpoints as endpoints
File "C:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\tkdesigner\figma\endpoints.py", line 3, in
import requests
ModuleNotFoundError: No module named 'requests'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Users\Ahmed Yousry\Desktop\Tkinter-Designer-master\gui\gui.py", line 15, in
raise RuntimeError("Couldn't add tkdesigner to the PATH.")
RuntimeError: Couldn't add tkdesigner to the PATH.
gui/gui.py
The text was updated successfully, but these errors were encountered: