[라즈베리파이]cannot import name 'ImageTK' - python 3.7

2020년 12월 09일 by 진아사랑해

    [라즈베리파이]cannot import name 'ImageTK' - python 3.7 목차
반응형

윈도우에서 1차로 python을 이용한 GUI를 개발하고

라즈베리로 옮겨서 개발을 시작했다

 

제일먼저 발생한 에러는 cannot import name 'ImageTK'

stackoerflow를 열심히 뒤져서 드디어 찾았다

 

sudo apt-get install python3-pil python3-pil.imagetk

 

stackoverflow.com/questions/44835909/cannot-import-name-imagetk-python-3-5

 

cannot import name 'ImageTK' - python 3.5

I am trying to load in an image from the same folder as the one my python script is in. # create a class called Person # create init method # 2 attributes (name, and birthdate) # create an object...

stackoverflow.com

 

반응형