wget -O - http://www.raspberrypi.org/files/astro- ... install.sh --no-check-certificate | bash
When I run colour_cycle or rainbow.py using
Code: Select all
sudo python colour_cycle.pyCode: Select all
self._pressure = RTIMU.RTPressure(self._imu_settings)
AttributeError: 'module' object has no attribute 'RTPressureCode: Select all
sudo python3 colour_cycle.pyMatthew
