hide_my_python icon indicating copy to clipboard operation
hide_my_python copied to clipboard

unable to run the ./hide_my_python.py

Open r00t8ug83 opened this issue 10 years ago • 1 comments

./hide_my_python.py Traceback (most recent call last): File "./hide_my_python.py", line 26, in import parser File "/home/pi/Downloads/hide_my_python/parser.py", line 27, in import connect File "/home/pi/Downloads/hide_my_python/connect.py", line 26, in import requests

r00t8ug83 avatar Dec 04 '14 04:12 r00t8ug83

Is that the whole error message? If so, looks like you don't have the requests package installed. Check the project README to see the dependencies.

the-useless-one avatar Dec 04 '14 22:12 the-useless-one