ThisIsQasim / WebGPIO

A simple web UI for controlling the GPIO pins on a Raspberry Pi
GNU General Public License v3.0
72 stars 30 forks source link

Secrets #14

Closed gwpeacock closed 6 years ago

gwpeacock commented 6 years ago

Getting this error when I try to run: ImportError: No module named 'secrets'

Not sure what to do next.

ThisIsQasim commented 6 years ago

I have pushed a commit that removes the dependency of secrets module available only in python3.6. Pull the code and try again

gwpeacock commented 6 years ago

Running python 3.5 on a raspberry pi. I'll see if I can figure out how to upgrade.

Thanks

On Thu, Jun 21, 2018, 10:19 AM ThisIsQasim notifications@github.com wrote:

Which version of python are you running it with? I recommend you try this python3.6 backend.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThisIsQasim/WebGPIO/issues/14#issuecomment-399141392, or mute the thread https://github.com/notifications/unsubscribe-auth/AEz4ut0ySsTEgRicHD9J6knpoW2rIuq8ks5t-7mPgaJpZM4UyOzp .

gwpeacock commented 6 years ago

Got it. Thanks for your help.

On Thu, Jun 21, 2018, 11:30 AM ThisIsQasim notifications@github.com wrote:

I have pushed a commit that removes the dependency of secrets module available only in python3.6. Pull the code and try again

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThisIsQasim/WebGPIO/issues/14#issuecomment-399164894, or mute the thread https://github.com/notifications/unsubscribe-auth/AEz4uvZIejpMsDPF0jk2JQMGOcKAqLtEks5t-8n_gaJpZM4UyOzp .

ThisIsQasim commented 6 years ago

Happy to help. Closing issue