Shannon -jj Behrens wrote: > On 2/27/07, Patrick K. O'Brien <[EMAIL PROTECTED]> wrote: >> On Feb 27, 2007, at 4:27 PM, Shannon -jj Behrens wrote: >> >>> It'd be neat if "paster serve" automatically launched an ipython >>> backdoor listening on a UNIX domain socket. This wouldn't require >>> much work at all. >> I know some people who would love to test this out after you've >> implemented it. :-) > > hahaha > > Touche ;) I'll implement it if Ian asks me to ;)
That'd be neat. It should be part of the paster serve command, not any particular server. >> And would it make sense to fall back to regular python if ipython >> isn't installed? > > I'm sure it's easy enough to add ipython to the dependencies in setup.py. I'd rather not add that dependency, since it would only apply when you use the option. I'd rather raise an exception or fall back on regular Python (an exception is fine -- just something that says "if you use --ipython you must easy_install IPython"). -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
