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') Andy Harrington Ian Bicking wrote: >Andre Roberge wrote: > > >>Good news: this installed it properly. >> >>Bad news: it does not work here. It starts Firefox (my default browser) at >>the >>http://localhost:8001/ >>page, which then displays a server error. I've appended below the >>entire error message from the console. Unfortunately, I must quit for >>the night. >> >> > >I really should have tested that install. In this case it needed >Cheetah 2.0, but you got 1.0. I updated those and added some more links >and tested it out, so now just "easy_install htconsole" really should >work (as of version 0.1.1). > >Well, unless you don't have a recent version of setuptools. For people >who don't have that, grab this file: > > http://peak.telecommunity.com/dist/ez_setup.py > >Run that, which will install the newest version of easy_install, run >"easy_install htconsole" and you should be good to go. > > > > -- Andrew N. Harrington Computer Science Department Undergraduate Program Director Loyola University Chicago http://www.cs.luc.edu/~anh 512B Lewis Towers (office) Office Phone: 312-915-7982 Snail mail to Lewis Towers 416 Dept. Fax: 312-915-7998 820 North Michigan Avenue [EMAIL PROTECTED] Chicago, Illinois 60611 _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
