Recent content by Bob Macantosh

  1. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    make test doesn't involve the gpio though, because it goes through the Micro USB > USB regular > Pluggable Audio Adapter > Handset! So I understand why that worked.
  2. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    Ok! Thank yuo for all of your help though! If you do know anyone that does and has these forums, please oint them my way! Have a good day!
  3. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (0.7.0)
  4. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    Whenever I try to install RPi.GPIO I get messages like 0 upgraded 0 newly installed, 0 to remove and 0 not upgraded
  5. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    I just tried to install it a different way, and it says this: Reading package lists... Done Building dependency tree Reading state information... Done python-dev is already the newest version (2.7.16-1). The following package was automatically installed and is no longer required...
  6. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    UPDATE just tryed to instal got thiss error: E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
  7. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    Thank you so much for responding!!!!!!!!!! Would you happen to know how to do it the right way? I have tried many different ways, following many different how tos.
  8. Bob Macantosh

    Question Traceback (most recent call last): File "app.py", line 2, in <module> import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' make: *

    Hello! I am following this how-to: https://www.tomshardware.com/how-to/turn-a-rotary-phone-into-google-assistant-with-raspberry-pi I am currently on the second to last step. I run the "make run" command. I received the following error Traceback (most recent call last): File "app.py", line...
  9. Bob Macantosh

    News How to Turn a Rotary Phone into Google Assistant with Raspberry Pi

    https://forums.raspberrypi.com/viewtopic.php?t=311849
  10. Bob Macantosh

    News How to Turn a Rotary Phone into Google Assistant with Raspberry Pi

    I have question... I have been meaning to do this project for quite a while, I have finally found all the parts, and am sitting down to do it. When I look for the Google Assitant API Scope there is no such scope. What happened? Please if anybody could help me! I have wnt to great lengths to get...