When I try to run "ipython -pylab", I get the following error:

$ ipython -pylab
Your PyGtk has set_interactive(), so you can use the
more stable single-threaded Gtk mode.
See https://bugs.launchpad.net/ipython/+bug/270856
Traceback (most recent call last):
  File "/usr/bin/ipython", line 28, in <module>
    IPython.Shell.start().mainloop()
  File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 1241, in start
    return shell(user_ns = user_ns)
  File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 1116, in
__init__
    shell_class=MatplotlibMTShell)
  File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 801, in
__init__
    on_kill=[mainquit])
  File "/usr/lib/pymodules/python2.5/IPython/ipmaker.py", line 100, in
make_IPython
    embedded=embedded,**kw)
  File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 636, in
__init__
    user_ns,user_global_ns,b2 =
self._matplotlib_config(name,user_ns,user_global_ns)
  File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 556, in
_matplotlib_config
    import matplotlib.pylab as pylab
  File "/usr/lib/pymodules/python2.5/matplotlib/pylab.py", line 206, in
<module>
    from matplotlib import mpl  # pulls in most modules
  File "/usr/lib/pymodules/python2.5/matplotlib/mpl.py", line 3, in <module>
    from matplotlib import axes
  File "/usr/lib/pymodules/python2.5/matplotlib/axes.py", line 17, in
<module>
    import matplotlib.dates as mdates
  File "/usr/lib/pymodules/python2.5/matplotlib/dates.py", line 87, in
<module>
    import pytz
ImportError: No module named pytz




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to