-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
Cant run gui.py #423
Comments
I can run it now but this error occurs at the end of making the figma gui Traceback (most recent call last):
File "C:\Users\Downloads\Tkinter-Designer-master\tkdesigner\figma\frame.py", line 29, in init During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Frame not found in figma file or is empty! |
Try ungrouping all the elements in Figma. |
How did u solve first problem? EDIT: I opened with vsc |
Traceback (most recent call last):
File "c:\ \Tkinter-Designer-1.0.7\gui\gui.py", line 13, in
from tkdesigner.designer import Designer
File "C: \Tkinter-Designer-1.0.7\tkdesigner\designer.py", line 1, in
import tkdesigner.figma.endpoints as endpoints
File "C: \Tkinter-Designer-1.0.7\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:\ \Tkinter-Designer-1.0.7\gui\gui.py", line 15, in
raise RuntimeError("Couldn't add tkdesigner to the PATH.")
RuntimeError: Couldn't add tkdesigner to the PATH.
The text was updated successfully, but these errors were encountered: