You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it complains that the http module is not found. I pip install http and try again, then the module server is not found. I am thinking pip installed the wrong http module. Can you specify this in the requirements.txt?
Also, out of curiosity, why not use the http from the stdlib? Or maybe you are and I am just running a different Python version... (Python 2.7.5 on a Mac)
Thanks,
Kris
The text was updated successfully, but these errors were encountered:
Hi,
Trying to run
blug.py post "somthing"
and it complains that the
http
module is not found. I pip installhttp
and try again, then the moduleserver
is not found. I am thinking pip installed the wronghttp
module. Can you specify this in therequirements.txt
?Also, out of curiosity, why not use the
http
from the stdlib? Or maybe you are and I am just running a different Python version... (Python 2.7.5 on a Mac)Thanks,
Kris
The text was updated successfully, but these errors were encountered: