Hello,
I am running a Sense-Hat and trying to wrire new software for it.
All was working fine until, all of a sudden i get the following error message on Traceback on any simple program i try to run using Python3.2.
I have tried to re-install sense hat and uninstall pillow but i cannot fiind the right command to unistall it.
The programs do run on the command line however so the Sense Hat is being recognized.
Traceback (most recent call last):
File "/home/pi/rainbow.py", line 1, in <module>
from sense_hat import SenseHat
File "/usr/lib/python3/dist-packages/sense_hat/__init__.py", line 2, in <module>
from .sense_hat import SenseHat, SenseHat as AstroPi
File "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 14, in <module>
from PIL import Image # pillow
File "/usr/local/lib/python3.2/dist-packages/PIL/Image.py", line 31, in <module>
import logging
File "/home/pi/logging.py", line 5, in <module>
from sense_hat import SenseHat
ImportError: cannot import name SenseHat