Go to advanced search

by JosePeres
Sat Jul 18, 2015 10:16 pm
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

by Swe_Rasp86 » Sat Jul 18, 2015 9:36 am >I cant get RPi.GPIO working. >I have tried: >sudo apt-get -y install python-rpi.GPIO but it cant find that package. >sudo apt-get update && sudo apt-get upgrade >sudo apt-get install rpi.gpio >When I run python3 I have GPIO version 0.5.11 >On python I get no...
by JosePeres
Mon May 25, 2015 5:38 pm
Forum: Python
Topic: python3 app crash after run GPIO.setup(1, GPIO.OUT)
Replies: 2
Views: 540

python3 app crash after run GPIO.setup(1, GPIO.OUT)

After executed the followings commands, app python3 crash: > rp01@rp01:~$ sudo python3 > [sudo] password for rp01: Python 3.4.3 (default, Mar 26 2015, 23:09:09) [GCC 4.9.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> import RPi.GPIO as GPIO >>> GPIO.setmod...
by JosePeres
Mon May 25, 2015 1:42 am
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

that's my python3 version: Python 3.4.3 (default, Mar 26 2015, 23:09:09) [GCC 4.9.2] on linux Type "help", "copyright", "credits" or "license" for more information. but I'm getting new problems now: >>> import RPi.GPIO as GPIO >>> GPIO.setmode(GPIO.BCM) >>> GPIO.setup( 1, GPIO.OUT) Traceback (most r...
by JosePeres
Sun May 24, 2015 6:49 pm
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

I just did a new installation of of "Ubuntu MATE 15.04 for Raspberry Pi 2" with the following image on http://master.dl.sourceforge.net/project/ubuntu-mate/15.04/armhf/ubuntu-mate-15.04-desktop-armhf-raspberry-pi-2.img.bz2 After I follow this procedure: +++++++++++++++++++++ This tutorial asssumes b...
by JosePeres
Fri May 22, 2015 11:36 am
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

Thanks for your support.
Problem solved with the last ubuntu (in inglês) reinstallation (may-2015)
No problems with installation of python2/3, serial, tools etc.
Best Regards.
Close/help/tks.

JPeres
by JosePeres
Mon May 11, 2015 9:01 pm
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

Thanks Texy.
Command "sudo pip3 install RPi.GPIO" did works with 5 warnings error msg.
At the end of installation line, I got "Successefully installed RPi.GPIO".
Thanks.
Regards.
José
by JosePeres
Mon May 11, 2015 12:41 pm
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

Re: help information about how to install RPi-GPIO on "Ubunt

Thank you for your welcome support. :D During the sugested procedure "sudo pip-3.4 install RPi.GPIO", the command was not found! what can I do else? Thanks for your time :) Best Regards. José. Procedure log: #---> Start here: pi@pi-desktop:~$ uname -a Linux pi-desktop 3.18.0-21-rpi2 #22-Ubuntu SMP P...
by JosePeres
Sun May 10, 2015 10:57 pm
Forum: Python
Topic: help information about how to install RPi-GPIO on "Ubuntu "
Replies: 12
Views: 10813

help information about how to install RPi-GPIO on "Ubuntu "

Hi all, I did install "Ubuntu MATE 15.04" for my Raspberry Pi 2 and I could not found in the web, a 'apt-get' procedure to install the RPi-GPIO to Python 3, so I start work with. Any information about how to install RPi-GPIO on "Ubuntu MATE 15.04" for my Raspberry Pi 2 model b will welcome. (System ...

Go to advanced search