I guess I’ve followed the requirements to make dot3k working, install Python, install dot3k but it looks like I’m missing something.
Any idea?
When trying to run the hello_world.py script here is what I have.
pi@raspberrypi ~/dot3k/python/examples/basic sudo ./hello_world.py
Traceback (most recent call last): File "./hello_world.py", line 3, in <module> import dot3k.lcd as lcd File "/usr/local/lib/python2.7/dist-packages/dot3k/lcd.py", line 3, in <module> lcd = st7036.st7036(register_select_pin=25) File "/usr/local/lib/python2.7/dist-packages/st7036.py", line 20, in __init__ self.spi.open(0, spi_chip_select) IOError: [Errno 2] No such file or directory pi@raspberrypi ~/dot3k/python/examples/basic
Had only read the first README.md on the github and it said that if you were using Python you only had to do the instructions I noted above.
Could be a little clearer.
Still requires me to run Python commands as root, which is a shame, but perhaps there’s a way around that too?
Having fun now!!