Tkinter-Designer icon indicating copy to clipboard operation
Tkinter-Designer copied to clipboard

ModuleNotFoundError & Couldn't add tkdesigner to the PATH error

Open Kasi21 opened this issue 1 year ago • 5 comments

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.

image

Kasi21 avatar Mar 12 '23 16:03 Kasi21

Have you added Python to the PATH?

ok-coder1 avatar Mar 13 '23 13:03 ok-coder1

Yes, Python is added to the PATH, and I'm running other Python scripts okay

Kasi21 avatar Mar 13 '23 13:03 Kasi21

#169 Go here

ok-coder1 avatar Mar 14 '23 15:03 ok-coder1

Thanks, I tried that previously (I just tried it again, to be sure).

It doesn't resolve the issue.

Kasi21 avatar Mar 15 '23 01:03 Kasi21

Hey @Kasi21 Have you tried to install pillow manually?

aellas avatar Jul 13 '23 19:07 aellas