[IPython-dev] Release plan for 0.9

Darren Dale dsdale24 at gmail.com
Wed Aug 13 09:14:47 EDT 2008


I guess the trunk is in a state of flux at the moment, but I wanted to point 
out before 0.9 is released that -pylab appears to be broken in bzr 1016:

$ ipython -pylab
Traceback (most recent call last):
  File "/usr/bin/ipython", line 28, in <module>
    IPython.Shell.start().mainloop()
  File "/usr/lib64/python2.5/site-packages/IPython/Shell.py", line 1231, in 
start
    return shell(user_ns = user_ns)
  File "/usr/lib64/python2.5/site-packages/IPython/Shell.py", line 1136, in 
__init__
    shell_class=MatplotlibMTShell)
  File "/usr/lib64/python2.5/site-packages/IPython/Shell.py", line 1035, in 
__init__
    on_kill=[QtGui.qApp.exit])
  File "/usr/lib64/python2.5/site-packages/IPython/ipmaker.py", line 103, in 
make_IPython
    embedded=embedded,**kw)
  File "/usr/lib64/python2.5/site-packages/IPython/Shell.py", line 637, in 
__init__
    user_ns,b2 = self._matplotlib_config(name,user_ns)
ValueError: too many values to unpack

Darren

On Tuesday 12 August 2008 04:29:43 pm Fernando Perez wrote:
> On Tue, Aug 12, 2008 at 10:14 AM, Robert Kern <robert.kern at gmail.com> wrote:
> >> OK, I just merged and pushed to trunk your changes.  Let me know as
> >> you update the branch and I can merge the rest and push it into trunk.
> >
> > There was a syntax error that I fixed.
>
> Got it, pushed.  Thanks.  If you push docstring updates, let me know.
>
> Cheers,
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev





More information about the IPython-dev mailing list