jeffknupp / blug

Because "I just blogged about it" is too difficult to say.
158 stars 19 forks source link

Which http module? #4

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi, Trying to run

blug.py post "somthing"

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