Sorry I am a beginner so maybe it is obvious.
But when I launch one of the code in the demos, I have the following error code :
Traceback (most recent call last):
File "/home/pi/rpi_epd2in7-master/demos/interactive.py", line 23, in <module>
from rpi_epd2in7.epd import EPD
ModuleNotFoundError: No module named 'rpi_epd2in7'
The same thing happened to me... You need to copy/move the folder rpi_epd2in7 to the location where your packages are installed on python. For me it was /lib/python3/dist-packages
Hello,
Sorry I am a beginner so maybe it is obvious. But when I launch one of the code in the demos, I have the following error code :
Thank you for your help.