![]() |
2016-06-19
, 22:03
|
Posts: 8 |
Thanked: 0 times |
Joined on Apr 2016
|
#2
|
![]() |
2016-06-22
, 09:06
|
Posts: 8 |
Thanked: 0 times |
Joined on Apr 2016
|
#3
|
![]() |
2016-06-22
, 18:15
|
Posts: 8 |
Thanked: 0 times |
Joined on Apr 2016
|
#5
|
![]() |
2017-01-15
, 20:55
|
Community Council |
Posts: 691 |
Thanked: 1,240 times |
Joined on Sep 2010
@ Mbabane
|
#7
|
The Following User Says Thank You to sicelo For This Useful Post: | ||
He established matplotlib, but ran into problems. When importing crashes.
https://talk.maemo.org/showthread.php?t=72290 here was proposed solution.
Edit the file /usr/lib/python2.5/site-packages/matplotlib/mpl-data/matplotlibrc (you will have to create the mpl-data dir most likely) to read:
datapath : /usr/share/matplotlib/mpl-data
I also set the datapath and backend in my user directory
Nokia-N900:~# cat /home/user/.matplotlib/matplotlibrc
datapath : /usr/share/matplotlib/mpl-data
backend : GTKAgg
I made as proposed, but it cleared up only with the import problem.
Here is the text of the error:
python /home/user/MyDocs/convfield.py > test1.txt
Traceback (most recent call last):
File "/home/user/MyDocs/convfield.py", line 1, in
<module>
from pylab import *
File "/usr/lib/python2.5/site-packages/pylab.py",
line 1, in <module>
from matplotlib.pylab import *
File
"/usr/lib/python2.5/site-packages/matplotlib/pylab.py",
line 216, in <module>
from matplotlib import mpl # pulls in most
modules
File
"/usr/lib/python2.5/site-packages/matplotlib/mpl.py",
line 2, in <module>
from matplotlib import axis
File
"/usr/lib/python2.5/site-packages/matplotlib/axis.py",
line 14, in <module>
import matplotlib.text as mtext
File
"/usr/lib/python2.5/site-packages/matplotlib/text.py",
line 31, in <module>
from matplotlib.backend_bases import RendererBase
File
"/usr/lib/python2.5/site-packages/matplotlib/backend_bases.py",
line 41, in <module>
import matplotlib.textpath as textpath
File
"/usr/lib/python2.5/site-packages/matplotlib/textpath.py",
line 9, in <module>
from matplotlib.mathtext import MathTextParser
File
"/usr/lib/python2.5/site-packages/matplotlib/mathtext.py",
line 1026, in <module>
class StandardPsFonts(Fonts):
File
"/usr/lib/python2.5/site-packages/matplotlib/mathtext.py",
line 1033, in StandardPsFonts
basepath = os.path.join( get_data_path(),
'fonts', 'afm' )
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
N900 with kernel power 53 and CSSU testing+thumb
Last edited by Orkimed; 2016-06-19 at 19:38.