piface / pifacedigital-emulator

An emulator for the PiFace Digital board.
23 stars 11 forks source link

The non-Github instructions not working #3

Open MiketheChap opened 10 years ago

MiketheChap commented 10 years ago

The installation instructions located here (http://www.piface.org.uk/guides/Install_PiFace_Software/Installing_PiFace_Digital_modules/ ) threw an error. I think I can figure it out from here but thought it might be helpful to correct it on the main instruction page. piface_instruct piface-commandline

Arti3DPlayer commented 9 years ago

same error ! help pls

tompreston commented 9 years ago

I think there is only one Python version of the emulator since it's mainly a GUI. I think it's Python 3 but I'm not near a Pi to check.

Try running:

sudo apt-get update
sudo apt-cache search pifacedigital-emulator

and see which one pops up.

Arti3DPlayer commented 9 years ago

Try running:

sudo apt-get update sudo apt-cache search pifacedigital-emulator

and see which one pops up.

none...

tompreston commented 9 years ago

How about just searching for piface? Are you running Raspbian? The packages are only on Raspbian.

Arti3DPlayer commented 9 years ago

Running Raspbian ? How ?

2014-08-21 19:19 GMT+03:00 Thomas Preston notifications@github.com:

How about just searching for piface? Are you running Raspbian; the packages are only on Raspbian.

— Reply to this email directly or view it on GitHub https://github.com/piface/pifacedigital-emulator/issues/3#issuecomment-52944166 .

tompreston commented 9 years ago

http://www.raspbian.org/

Arti3DPlayer commented 9 years ago

i need to create a program that receive signals... I thought i can do it with your library and emulator on ubuntu . or not ?