Go to advanced search

by sompor9
Sun Nov 18, 2012 5:11 am
Forum: Python
Topic: Cannot run GPIO on IDLE
Replies: 5
Views: 1400

Re: Cannot run GPIO on IDLE

on command line is work.

How to fix problem.
by sompor9
Sun Nov 18, 2012 5:10 am
Forum: Python
Topic: Cannot run GPIO on IDLE
Replies: 5
Views: 1400

Cannot run GPIO on IDLE

Hi All

I have problem with GPIO on IDLE cannot use but command line is work.

please help me..
by sompor9
Sun Nov 11, 2012 12:53 pm
Forum: Python
Topic: I cannot install RPi.GPIO
Replies: 8
Views: 3248

Re: I cannot install RPi.GPIO

I use new version image. but have not include GPIO Library.

new version is 2012-10-28-wheezy-raspbian.zip
by sompor9
Sun Nov 11, 2012 11:40 am
Forum: Python
Topic: I cannot install RPi.GPIO
Replies: 8
Views: 3248

I cannot install RPi.GPIO

Hi All Clouse you please recommend me to fix this error ? pi@raspberrypi ~/example/RPi.GPIO-0.4.1a $ sudo python setup.py install Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz Traceback (most recent call last): File "setup.py", line 2, in <module> distribut...
by sompor9
Sun Nov 11, 2012 11:01 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

This is blink.py for test my GPIO Function on top issue #' /usr/bin/python import RPi.GPIO as GPIO import time count = 1 GPIO.setmode(GPIO.BOARD) GPIO.setup(26,GPIO.OUT) while (count <= 10): print '------ tick : ',count GPIO.output(26,GPIO.HIGH) print 'LED ON' time.sleep(.5) GPIO.output(26,GPIO.LOW)...
by sompor9
Sun Nov 11, 2012 10:49 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

Thanks for you answer
please more explaint issue about any GPIO file on the same directory..

and I have more detial for analyze this.

sudo python blink.py --> work

sudo ./blink.py --> not work
by sompor9
Sun Nov 11, 2012 5:02 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

Installed library alreadly.
by sompor9
Sun Nov 11, 2012 5:00 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

Please help me agian

i found this error but i check lib normaly

and lib installed alrealy
by sompor9
Sat Nov 10, 2012 11:32 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

Hi All

Please recommend me to fix error when run program
by sompor9
Tue Nov 06, 2012 8:05 am
Forum: Python
Topic: A simple program controlling Raspberry Pi GPIO
Replies: 20
Views: 10877

Re: A simple program controlling Raspberry Pi GPIO

Thank you so much
by sompor9
Mon Nov 05, 2012 12:42 pm
Forum: Python
Topic: How to get Library pyhton GPIO
Replies: 10
Views: 6050

Re: How to get Library pyhton GPIO

Thank you for your recommend
by sompor9
Sun Nov 04, 2012 7:38 am
Forum: Python
Topic: How to get Library pyhton GPIO
Replies: 10
Views: 6050

How to get Library pyhton GPIO

Hi Every one

I new user for Linux and Raspberry Pi.
How to get Library pyhton GPIO.

I Have problem in attach picture.
by sompor9
Sun Nov 04, 2012 7:24 am
Forum: Python
Topic: How to get Library pyhton GPIO
Replies: 10
Views: 6050

Cannot get Python GPIO Library

I use command wget http://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.4.1a.tar.gz#md5=9acdb66290350aaa74b99de859ded153 and result is --2012-11-04 07:24:06-- http://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.4.1a.tar.gz Resolving pypi.python.org (pypi.python.org)... failed: No ad...

Go to advanced search