-
Notifications
You must be signed in to change notification settings - Fork 65
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
Need Help #9
Comments
You’re missing the ImageTk module. You need to install it. |
I tried to install the App on Rspi 4 with Raspbian Buster lite but when I run the following command Installed PIL (Python Imaging Language) as a .tar.gz file Then extracted this zipped file using Tar xvfz Imaging-1.1.7.tar.gz
pi@raspberrypi:~/picameraapp$ sudo python ImageTk.py pi@raspberrypi:~/picameraapp$ sudo python Image.py pi@raspberrypi: Question: If you can please put in the description on GitHub the step by step codes for full installation like 1. 2. 3. I would appreciate! From reading other issues it seems like people have been able to install and run the app with success and are liking it. Comment: Another Question: |
Please Can u help me execute the code. each time i try to run the PiCameraApp.py file it gives me this :
Traceback (most recent call last):
File "PiCameraApp.py", line 38, in
from AnnotationOverlay import *
File "/home/pi/Downloads/PiCameraApp-master/Source/AnnotationOverlay.py", line 52, in
from Dialog import *
File "/home/pi/Downloads/PiCameraApp-master/Source/Dialog.py", line 43, in
from PIL import Image, ImageTk, ExifTags
ImportError: cannot import name ImageTk
Whenever i try to run all the codes it gives errors like this. Please Help.
The text was updated successfully, but these errors were encountered: