No module named 'onionGpio'
-
opkg install python3
opkg install python3 pyOnionGpio
python3
.....import onionGpio
ModuleNotFoundError: No module named 'onionGpio'Is there something special to be done for Python 3 ?
Thanks,
Jim
(I've searched here but did not find anything - perhaps my search-fu is weak.)
-
This post is deleted!
-
Has no one else encountered this problem? Surely Python3 GPIO is supported on the Omega2+ ?
-
@Jim-W
I know that onion GPIO is not supported by python3.
There are two ways to use GPIO in python3.- Install a separate GPIO module that supports python3
- Import the source of onion GPIO and add it to the modified project according to the syntax in python3
-
Really ? Kind of throws a wrench in the works.
Anyone know how to bit-bang the IO pins from within Python3 ?