Thread
:
[Announce] SymPy (Computer Algebra System) for Maemo 4 & 5 & MeeGo Harmattan & Sailfish
View Single Post
irulestar
2014-09-30 , 01:24
Posts: 217 | Thanked: 89 times | Joined on Dec 2013 @ Indonesia, Banyuwangi
#
57
02:32:54 MSK 2012 armv7l GNU/Linux
In [2]:
%pylab inline
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-550caa57204a> in <module>()
----> 1 get_ipython().magic(u'pylab inline')
/usr/lib/pymodules/python2.6/IPython/core/interactiveshell.pyc in magic(self, arg_s)
2134 magic_name, _, magic_arg_s = arg_s.partition(' ')
2135 magic_name = magic_name.lstrip(prefilter.ESC_MAGIC)
-> 2136 return self.run_line_magic(magic_name, magic_arg_s)
2137
2138 #-------------------------------------------------------------------------
/usr/lib/pymodules/python2.6/IPython/core/interactiveshell.pyc in run_line_magic(self, magic_name, line)
2060 args.append(sys._getframe(stack_depth).f_locals)
2061 with self.builtin_trap:
-> 2062 result = fn(*args)
2063 return result
2064
/usr/lib/pymodules/python2.6/IPython/core/magics/pylab.pyc in pylab(self, parameter_s)
/usr/lib/pymodules/python2.6/IPython/core/magic.pyc in <lambda>(f, *a, **k)
189 # but it's overkill for just that one bit of state.
190 def magic_deco(arg):
--> 191 call = lambda f, *a, **k: f(*a, **k)
192
193 if callable(arg):
/usr/lib/pymodules/python2.6/IPython/core/magics/pylab.pyc in pylab(self, parameter_s)
86 import_all_status = True
87
---> 88 self.shell.enable_pylab(parameter_s, import_all=import_all_status)
/usr/lib/pymodules/python2.6/IPython/core/interactiveshell.pyc in enable_pylab(self, gui, import_all)
2782 ns = {}
2783 try:
-> 2784 gui = pylab_activate(ns, gui, import_all, self)
2785 except KeyError:
2786 error("Backend %r not supported" % gui)
/usr/lib/pymodules/python2.6/IPython/core/pylabtools.pyc in pylab_activate(user_ns, gui, import_all, shell)
328 """
329 gui, backend = find_gui_and_backend(gui)
--> 330 activate_matplotlib(backend)
331 import_pylab(user_ns, import_all)
332 if shell is not None:
/usr/lib/pymodules/python2.6/IPython/core/pylabtools.pyc in activate_matplotlib(backend)
221 # This must be imported last in the matplotlib series, after
222 # backend/interactivity choices have been made
--> 223 import matplotlib.pylab as pylab
224
225 # XXX For now leave this commented out, but depending on discussions with
/usr/lib/pymodules/python2.6/matplotlib/pylab.py in <module>()
220 silent_list, iterable, dedent
221
--> 222 from matplotlib import mpl # pulls in most modules
223
224 from matplotlib.dates import date2num, num2date,\
/usr/lib/pymodules/python2.6/matplotlib/mpl.py in <module>()
1 from matplotlib import artist
2 from matplotlib import axis
----> 3 from matplotlib import axes
4 from matplotlib import cbook
5 from matplotlib import collections
/usr/lib/pymodules/python2.6/matplotlib/axes.py in <module>()
17 import matplotlib.colors as mcolors
18 import matplotlib.contour as mcontour
---> 19 import matplotlib.dates as _ # <-registers a date unit converter
20 from matplotlib import docstring
21 import matplotlib.font_manager as font_manager
/usr/lib/pymodules/python2.6/matplotlib/dates.py in <module>()
120 import matplotlib.ticker as ticker
121
--> 122 from dateutil.rrule import rrule, MO, TU, WE, TH, FR, SA, SU, YEARLY, \
123 MONTHLY, WEEKLY, DAILY, HOURLY, MINUTELY, SECONDLY
124 from dateutil.relativedelta import relativedelta
ImportError: No module named dateutil.rrule
In [ ]:
I get those message when i type %pylab inline
__________________
any Question? ask here and Follow first @irulestar
Quote & Reply
|
The Following User Says Thank You to irulestar For This Useful Post:
rcolistete
irulestar
View Public Profile
Send a private message to irulestar
Visit irulestar's homepage!
Find all posts by irulestar