Re: ipython isn't invoked for "paster shell"

2011-08-19 Thread Michael Merickel
Pyramid's 'pshell' also supports both versions of IPython here: https://github.com/Pylons/pyramid/blob/eaf6cb2372bb274e83b7322b4dc80744de07cb8b/pyramid/paster.py#L185 On Fri, Aug 19, 2011 at 2:04 AM, Andrey Popp <8may...@gmail.com> wrote: > On Wed, Aug 17, 2011 at 10:02 PM, Iuri Diniz wrote: >

Re: ipython isn't invoked for "paster shell"

2011-08-19 Thread Andrey Popp
On Wed, Aug 17, 2011 at 10:02 PM, Iuri Diniz wrote: > I have the same problem > After upgrade to ipython 0.11, paster shell doesn't invoke ipython > > I downgrade it to ipython 0.10 by > $ pip install 'ipython==0.10' Someone should provide patch similar to this one[1]. [1]: https://github.com/m

Re: ipython isn't invoked for "paster shell"

2011-08-17 Thread Iuri Diniz
I have the same problem After upgrade to ipython 0.11, paster shell doesn't invoke ipython I downgrade it to ipython 0.10 by $ pip install 'ipython==0.10' -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web vi

Re: ipython isn't invoked for "paster shell"

2011-08-14 Thread Michael Merickel
Another thing to mention is that we recently updated the Pyramid pshell to support IPython 0.11... the embedded shell was backward incompatible with 0.10. As 0.11 was only recently released you may be experiencing this fallback behavior. Looks like the Pylons shell will need an upgrade if anyone wa

Re: ipython isn't invoked for "paster shell"

2011-08-13 Thread Mike Orr
On Thu, Aug 11, 2011 at 1:33 PM, Cody Django wrote: > Hello -- I'm using pylons for a mapfish project and would love to get > the ipython interpreter working when I call paster shell.  From what > I've read on the net, it should automatically use ipython if ipython > is installed. It's been worki

Re: ipython isn't invoked for "paster shell"

2011-08-11 Thread Michael Merickel
I do not believe that IPython is supported in the *Pylons* shell, "paster shell". We do have support for IPython in the "paster pshell" command that ships with Pyramid. I, however, could be wrong, it's been a while since I've used Pylons. -- Michael -- You received this message because you a

ipython isn't invoked for "paster shell"

2011-08-11 Thread Cody Django
Hello -- I'm using pylons for a mapfish project and would love to get the ipython interpreter working when I call paster shell. From what I've read on the net, it should automatically use ipython if ipython is installed. I've installed ipython both globally (in the vm) as well as within the mapfi