Non of the examples work.

I've ran the install script that comes with the picoborg example on my raspberry pi 3 B+, it gave a warning about the python used being depreciated.

It finished installing but the GUI example doesnt even load and upon further inspection there is no gksudo, and it is now depreciated.

The example without the GUI does not work either. Having added some parenthesis to the code I get 'NameError: name 'raw_input' is not defined'

Are there any working guides for this product as I can't find anything, I have it all connected up to test and none of the code will even run

Any ideas?

piborg's picture

It looks like we had an old copy of the PicoBorg scripts on the website by mistake :(

I have uploaded the correct version to the website, all you need to do is re-install the PicoBorg examples and everything should start working correctly.

First remove the entire PicoBorg directory:

cd ~
rm -r picoborg

Then re-run the installation:

mkdir ~/picoborg
cd ~/picoborg
wget http://www.piborg.org/downloads/picoborg/examples.zip
unzip examples.zip
chmod +x install.sh
./install.sh
Subscribe to Comments for "Non of the examples work."