[Edu-sig] HTConsole
Ian Bicking
ianb at colorstudy.com
Thu Apr 27 04:22:48 CEST 2006
Andre Roberge wrote:
> On 4/26/06, Ian Bicking <ianb at colorstudy.com> wrote:
>> Thinking about some of these discussions, I decided to explore building
>> a Python console app, available as a web page. No sandboxing; it's
>> intended to be run on localhost.
>>
>> It's still pretty rough and doesn't have a ton of neat features. The
>> file management is pretty weak, and doctesting is just stubbed out.
>>
>> Anyway, you can get it with:
>>
>> easy_install HTConsole
>
> I'd really like to get it to work so as to try, but I haven't been
> able to. Here's what I did, followed by the (complete) error message.
>
> =============
> For those (like me) who don't have easy_install, you apparently find it at:
> http://peak.telecommunity.com/DevCenter/EasyInstall
Yes, indeed, forgot to mention that. I forgot that RuleDispatch isn't
in PyPI. Use:
easy_install -f http://peak.telecommunity.com/snapshots/ HTConsole
This tells it where to look for RuleDispatch.
--
Ian Bicking | ianb at colorstudy.com | http://blog.ianbicking.org
More information about the Edu-sig
mailing list