|
2011-04-18
, 15:38
|
Posts: 26 |
Thanked: 3 times |
Joined on Jan 2009
|
#2
|
|
2011-04-18
, 15:39
|
Posts: 26 |
Thanked: 3 times |
Joined on Jan 2009
|
#3
|
|
2011-04-18
, 16:58
|
Posts: 26 |
Thanked: 3 times |
Joined on Jan 2009
|
#5
|
|
2011-06-03
, 12:01
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#6
|
also touch matplotlibrc under the dir with backend :GTKAgg to set the correct backend
|
2011-06-22
, 22:34
|
Posts: 13 |
Thanked: 20 times |
Joined on Feb 2010
@ Chambana
|
#7
|
|
2011-10-31
, 12:51
|
Posts: 13 |
Thanked: 3 times |
Joined on May 2010
@ Russian working in Poland for an US company :)
|
#8
|
The Following User Says Thank You to RCL For This Useful Post: | ||
|
2014-09-17
, 17:13
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#9
|
Tags |
[solved], _in title bro |
|
[1|user@Nokia-N900|~]ipython -pylab
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 1240, in start
shell = _select_shell(sys.argv)
File "/usr/lib/pymodules/python2.5/IPython/Shell.py", line 1197, in _select_shell
import matplotlib
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 739, in <module>
rcParams = rc_params()
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 657, in rc_params
fname = matplotlib_fname()
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 599, in matplotlib_fname
path = get_data_path() # guaranteed to exist or raise
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 248, in wrapper
ret = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 520, in _get_data_path_cached
defaultParams['datapath'][0] = _get_data_path()
File "/usr/lib/python2.5/site-packages/matplotlib/__init__.py", line 516, in _get_data_path
raise RuntimeError('Could not find the matplotlib data files')
RuntimeError: Could not find the matplotlib data files
[1|user@Nokia-N900|~]sudo apt-get install matplotlib-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package matplotlib-data
[1|user@Nokia-N900|~]sudo apt-get install python-matplotlib-data python-matplotlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-matplotlib-data is already the newest version.
python-matplotlib is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.