Hello, guys,
Really loving your service and products up until now! :)
I just received the rPi zero with your scroll pHAT. Tried this on an existing raspbian (wheezy) and on a fresh one (jessie) both failed with the same error:
ImportError: No module named scrollphat
This is even after the successful execution and installation of the supposed module:
curl -sS get.pimoroni.com/scrollphat | bash
Installing collected packages: scrollphat
Running setup.py install for scrollphat
warning: manifest_maker: MANIFEST.in, line 5: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
Successfully installed scrollphat
Cleaning up...
......................
Examples copied to /home/pi/Pimoroni/scrollphat/
Checking additional software requirements...
Found!
All done!
Enjoy your new Scroll pHAT!
here is some more info:
ls /dev/i2c*
/dev/i2c-1
lsmod
Module Size Used by
arc4 1956 2
rt73usb 24322 0
rt2x00usb 11912 1 rt73usb
rt2x00lib 47782 2 rt73usb,rt2x00usb
mac80211 595686 2 rt2x00lib,rt2x00usb
cfg80211 479279 2 mac80211,rt2x00lib
rfkill 21508 2 cfg80211
bcm2835_gpiomem 3703 0
bcm2835_rng 2207 0
snd_bcm2835 22502 3
snd_pcm 92829 1 snd_bcm2835
snd_timer 22164 1 snd_pcm
snd 67534 9 snd_bcm2835,snd_timer,snd_pcm
uio_pdrv_genirq 3526 0
uio 10078 1 uio_pdrv_genirq
i2c_bcm2708 5988 0
i2c_dev 6386 0
fuse 86348 3
ipv6 358702 24
uname -a
Linux raspberrypi 4.1.18+ #846 Thu Feb 25 14:11:56 GMT 2016 armv6l GNU/Linux
cat /etc/os-*
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL=“http://www.raspbian.org/RaspbianBugs”