08-30-2023, 08:40 AM
(08-30-2023, 07:49 AM)Hiroyuki Wrote:Hi, here's the result of py execution result.(08-30-2023, 06:58 AM)TookaFace Wrote: Run directly :
You will have more infos.Code:sudo /usr/bin/python /home/pi/oled/raspdac_oled_main.py
I've updated the procedure for 8.3.5 by adding:
Code:sudo -H pip install 'pillow==9.5.0'
https://moodeaudio.org/forum/showthread....2#pid40672
Thanks, but I think I have that.
Will try reinstalling from the scratch.
I will run py script directly from the console then to see what the errors are.
Code:pi@moode:~ $ pip list | grep -iE 'luma|pillow'
luma.core 2.3.1
luma.oled 3.8.1
Pillow 9.5.0
SPI device not found error.....
Code:
pi@moode:~ $ sudo /usr/bin/python /home/pi/oled/raspdac_oled_main.py
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/luma/core/interface/serial.py", line 303, in __init__
self._spi.open(port, device)
FileNotFoundError: [Errno 2] No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pi/oled/raspdac_oled_main.py", line 174, in <module>
screen = OledScreen() # initialisation de l'écran OLED du Raspdac Mini
File "/home/pi/oled/raspdac_oled_screen_display.py", line 69, in __init__
serial = spi(port=0, device=0, gpio_DC=27, gpio_RST=24)
File "/usr/local/lib/python3.9/dist-packages/luma/core/interface/serial.py", line 314, in __init__
raise luma.core.error.DeviceNotFoundError('SPI device not found')
luma.core.error.DeviceNotFoundError: SPI device not found