I’m having some problems with bibliopixel finding the rpi_ws281x C extension?
I have it installed on my RPi and have built and installed the rpi_ws281x.py python wrapper. I’ve tested the wrapper running strandtest.py and that works fine with my ws2811 LED lighting fine.
However if I run any bibliopixel code or use the bp project runner I get:
Not able to initialize the driver. Error
PiWS281X Requires the rpi_ws281x C extension.
Install rpi_ws281x with the following shell commands:
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x... etc.
How do I make bibliopixel pick this up? I’m not a python expert?