luking-dev / webiopi

Automatically exported from code.google.com/p/webiopi
0 stars 0 forks source link

Allows Python Client library to be run outside Pi #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>> from webiopi.clients import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/WebIOPi-0.6.0-py2.6-linux-x86_64.egg/webiopi/__init__.py", line 17, in <module>
    import _webiopi.GPIO as GPIO
_webiopi.GPIO.SetupException: This module can only be run on a Raspberry Pi!

Original issue reported on code.google.com by tro...@trouch.com on 15 Apr 2013 at 6:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1241.

Original comment by tro...@trouch.com on 17 Apr 2013 at 9:41