element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Does GPIO Driving example (Python) work?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 6 replies
  • Subscribers 708 subscribers
  • Views 877 views
  • Users 0 members are here
  • raspberry_pi
Related

Does GPIO Driving example (Python) work?

cityswift
cityswift over 13 years ago

I have been looking at elinux.org/RPi_Low_Level_peripherals#GPIO and have been successful in controlling the GPIO using the Shell script example.

 

However I want to use Python to write a program and have not been able to get their example to work. I have downloaded the module RPiGPIO-0.4.1a.tar.gz and unzipped it into /usr/lib/python2.7 but there in no sign of the GPIO.pyc files, etc that I would expect to see. Has anyone been able to get this to work , and, if so, what do I need to do. Thanks image

  • Sign in to reply
  • Cancel
Parents
  • wallarug
    wallarug over 13 years ago

    You shouldn't see any examples or scripts as far as I know.  You need to add the line:

    import RPi.GPIO as GPIO

    To the top of your script and edit away from there. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • cityswift
    cityswift over 13 years ago in reply to wallarug

    Thanks for your reply. When I do the import command I get the message "No module named RPi.GPIO". I know from previous work on modules that each one has a file  (module name).py associated with it for it to work and that is why I am puzzled that the unzip does not create one??  image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • cityswift
    cityswift over 13 years ago in reply to wallarug

    Thanks for your reply. When I do the import command I get the message "No module named RPi.GPIO". I know from previous work on modules that each one has a file  (module name).py associated with it for it to work and that is why I am puzzled that the unzip does not create one??  image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • fustini
    fustini over 13 years ago in reply to cityswift

    You could also try installing via these instructions:

     

    http://learn.adafruit.com/send-raspberry-pi-data-to-cosm/necessary-packages

     

    sudo apt-get install python-dev

    sudo easy_install -U distribute

    sudo apt-get install python-pip

    sudo pip install rpi.gpio

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • anhtien
    anhtien over 13 years ago in reply to fustini

    I got mine to work with python, you can check my blog HERE

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • cityswift
    cityswift over 13 years ago in reply to fustini

    Thanks Drew everything went ok except that I had to update "easy-install -U distribute" from root as part of the process. RPi.GPIO is now working OK but you do have to specify the pin mode  - BOARD or BCM - to use it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube