Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can´t get it to work properly #24

Open
PetterDanielsson opened this issue Feb 26, 2016 · 4 comments
Open

Can´t get it to work properly #24

PetterDanielsson opened this issue Feb 26, 2016 · 4 comments

Comments

@PetterDanielsson
Copy link

Hi.
I gett this message when i trying to make my Led light

pi@Boblight:~/PixelPi $ sudo python pixelpi.py --chip WS2801 --mode chase--refresh_rate 1
Traceback (most recent call last):
File "pixelpi.py", line 11, in
import Image
ImportError: No module named Image

I have have followed a few guides and can´t get a round it..
Any suggestion?

Best Regard
Petter Danielsson

@jgarcia-mesosphere
Copy link

Hi!
Sounds like you need to install some form or another of a Python image library, either PIL or pillow or etc. More details here at StackOverflow

@PetterDanielsson
Copy link
Author

Hi

2016-02-26 22:34 GMT+01:00 John Garcia [email protected]:

Hi!
Sounds like you need to install some form or another of a Python image
library, either PIL or pillow or etc. More details here at StackOverflow
http://stackoverflow.com/questions/21456964/importerror-no-module-named-image


Reply to this email directly or view it on GitHub
#24 (comment)
.

@PetterDanielsson
Copy link
Author

i have try to install pyton following this guide
https://www.raspberrypi.org/documentation/usage/python/more.md

still the same message

Best Regards

2016-02-28 17:16 GMT+01:00 Petter Danielsson [email protected]:

Hi

2016-02-26 22:34 GMT+01:00 John Garcia [email protected]:

Hi!
Sounds like you need to install some form or another of a Python image
library, either PIL or pillow or etc. More details here at StackOverflow
http://stackoverflow.com/questions/21456964/importerror-no-module-named-image


Reply to this email directly or view it on GitHub
#24 (comment)
.

@aloishockenschlohe
Copy link
Contributor

On RaspberryPi with Debian 8.0 just type:

sudo apt-get install python-imaging

to install the missing module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants