jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

RFE: It would be nice to be able to read the documentation without being root #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's not possible to run "pydoc RPi.GPIO" was an unprivileged user:

  $ pydoc RPi.GPIO
  problem in RPi.GPIO - SetupException: No access to /dev/mem.  Try running as root!

It seems that there must be some way to have this not be a fatal error when 
running pydoc.

Original issue reported on code.google.com by lar...@gmail.com on 8 Mar 2013 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by btcros...@googlemail.com on 9 Mar 2013 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by btcros...@googlemail.com on 9 Mar 2013 at 10:11

GoogleCodeExporter commented 9 years ago
Fix is in source code library.  Will be part of next release.

Original comment by btcros...@googlemail.com on 31 Mar 2013 at 10:52

GoogleCodeExporter commented 9 years ago
Just released 0.5.3a - please allow time for the Raspbian repository to pick up 
the new version.

Original comment by btcros...@googlemail.com on 23 Jun 2013 at 10:09