Andre Roberge wrote: > On 4/26/06, Ian Bicking <[EMAIL PROTECTED]> 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 | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
