EnigmaCurry/blogofile

Download error

jmccrary opened this issue · 3 comments

When I ran sudo python setup.py install in the blogofile dir after a git clone, it seemed to be working flawlessly until it tried to download a package or something.

Reading http://loopcore.com/python-textile/
Download error on http://loopcore.com/python-textile/ timed out -- Some packages may not be found!

That is the error I got. I really want to experiment with this engine so I hope you guys can fix this soon!

This is puzzling because there is no package python-textile mentioned in setup.py.

Can you please tell me:

  • what OS you are on
  • which version of Python you are using

Also, can you please provide a complete traceback, if possible.

I am able to install both textile under Python 2.7 and textile==2.1.4-py3k under Python 3.2 in clean virtualenvs.

I am using Ubuntu 13.04
I am using Python 2.7.4

I no longer have this issue, and I'm not sure how to replicate it... after running "python setup.py build" and "sudo python setup.py install" I can't seem to get that same error! It was definitely a user error on my part, thank you for your consideration though 😃

Also, my sincerest of apologies for replying so late.

Glad you got things sorted out. Good luck with your blogofile experiment. Hope it meets your needs.