Package: python-matplotlib-data Version: 0.86.2-2.1 When I try to import matplotlib.dates, the following error message is printed:
> Traceback (most recent call last):
> File "/home/kraai/bin/analyze-release-critical-bugs-in-testing", line 61,
> in ? + bug_type, dates[:-1], counts)
> File "/home/kraai/python/spc.py", line 110, in chart
> import matplotlib.dates
> File "/usr/lib/python2.3/site-packages/matplotlib/__init__.py", line 776,
> in ? defaultParams = {
> File "/usr/lib/python2.3/site-packages/matplotlib/__init__.py", line 273,
> in wrapper
> ret = func(*args, **kwargs)
> File "/usr/lib/python2.3/site-packages/matplotlib/__init__.py", line 434,
> in _get_data_path
> raise RuntimeError('Could not find the matplotlib data files')
> RuntimeError: Could not find the matplotlib data files
_get_data_path looks for the matplotlib data files in
/usr/share/matplotlib/mpl-data, but they are actually installed in
/usr/share/lib/python2.3/site-packages/matplotlib/mpl-data.
--
Matt
signature.asc
Description: Digital signature

