Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #439

Open
ahmedyousry18 opened this issue Aug 25, 2024 · 1 comment
Open

Help #439

ahmedyousry18 opened this issue Aug 25, 2024 · 1 comment

Comments

@ahmedyousry18
Copy link

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.

  1. 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.

  1. Link to the Figma File

gui/gui.py

@Kunal-Garg-12
Copy link

Hi @ahmedyousry18 , open cli and run 'pip install requests'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants