scenescoop icon indicating copy to clipboard operation
scenescoop copied to clipboard

ImportError: cannot import name account_sid

Open genekogan opened this issue 5 years ago • 1 comments

when trying to run the server, i get:

Traceback (most recent call last):
  File "server.py", line 24, in <module>
    from credentials import account_sid, auth_token, number, movies
ImportError: cannot import name account_sid

pip install credentials is what i used to get this library down but that doesn't seem to fix it.

genekogan avatar Nov 05 '18 20:11 genekogan

Sorry, that should have been more clear. That's not a library but a set of variables I was using for sending the results to Twilio, will fix soon.

cvalenzuela avatar Nov 05 '18 21:11 cvalenzuela