- a Raspberry Pi Zero W running a fully patched Raspberry Pi OS Lite (Bullseye)
- this LCD screen with touch capabilities: (https://www.amazon.com/800x480-Resoluti ... B09M5ZJ9QF)
- legacy GL driver enabled under Advanced settings of raspi-config (to get past fbcon error)
Code: Select all
tiny-bandit --noX=True
How do I get past this, so I can run the program from the console? From another Raspberry Pi 4, I can run it from a Pi OS desktop (without the --noX=True attribute), so the issue appears to be related to running it from the console.Fatal Python error: PyEval_SaveThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
Python runtime state: initialized
Current thread 0xb6fa9640 (most recent call first):
File "/home/pi/tiny-bandit/globals.py", line 22 in initialize
File "/home/pi/tiny-bandit/tiny-bandit.py", line 66 in startup
File "/home/pi/tiny-bandit/tiny-bandit.py", line 112 in <module>
Aborted
This is my work-in-progress code: https://github.com/eat-sleep-code/tiny-bandit