Tkinter-Designer
Tkinter-Designer copied to clipboard
ModuleNotFoundError & Couldn't add tkdesigner to the PATH error
When trying to run the GUI, I get the following errors:
- ModuleNotFoundError: No module named 'PIL'
- RuntimeError: Couldn't add tkdesigner to the PATH.
Here are the solutions I've tried:
- Downloading the latest commit & rerunning the command to install requirements (all up to date)
- Running using the command 'python -m tkdesigner.cli $FILE_URL $FIGMA_TOKEN' (gives me the PIL error from before)
Could you please help me in resolving this?
Thank you in advance.
Have you added Python to the PATH?
Yes, Python is added to the PATH, and I'm running other Python scripts okay
#169 Go here
Thanks, I tried that previously (I just tried it again, to be sure).
It doesn't resolve the issue.
Hey @Kasi21 Have you tried to install pillow manually?