Andrew Harrington wrote: > Dear Ian, > I installed easy_install successfully and then I have this session, > ending in an error: > > C:\Python24>easy_install htconsole > Searching for htconsole > Best match: htconsole 0.2 > Processing htconsole-0.2-py2.4.egg > htconsole 0.2 is already the active version in easy-install.pth > Installing htconsole-script.py script to C:\Python24\Scripts > Installing htconsole.exe script to C:\Python24\Scripts > > Using c:\python24\lib\site-packages\htconsole-0.2-py2.4.egg > Processing dependencies for htconsole > Searching for Cheetah>=2a > Best match: Cheetah 2.0rc6 > Downloading > http://69.9.164.2/sourceforge/cheetahtemplate/Cheetah-2.0rc6.tar.gz > error: Download error: (10061, 'Connection refused')
I've gotten this from time to time as well. Something with how easy_install downloads from SF -- I think it retries when it gets some kinds of failures, but not all, and SF mirrors fail a lot. If you try it once or twice more it'll probably work, or you can download http://sourceforge.net/project/showfiles.php?group_id=28961&package_id=20864&release_id=391008 And then run "easy_install FileYouJustDownloaded.tar.gz" -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
