Your message dated Fri, 9 Nov 2012 20:08:53 +0100
with message-id 
<CAB4XWXwPDojFemk8LWVbfk+3m4v-yydRcixeBVv-i8Ev4k=w...@mail.gmail.com>
and subject line Re: [Python-modules-team] Bug#691960: (no subject)
has caused the Debian Bug report #691960,
regarding matplotlib: examples directory set wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
691960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691960
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: matplotlib
Version: 1.1.1~rc2-1
Severity: normal

the examples data directory in the default package configuration of
matplotlib includes an /etc which breaks all examples.

python
/usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_demo3.py
IOError: [Errno 2] No such file or directory:
"/etc/'/usr/share/matplotlib/sampledata'/lena.jpg"

>>> from matplotlib import rcParams
>>> rcParams['examples.directory']
 "/etc/'/usr/share/matplotlib/sampledata'"

forwarded from ubuntu, affects testing.
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1073443

it also seems to affect experimental, but there 'examples.directory' is
not set at all and it searches in:
IOError: [Errno 2] No such file or directory:
'/usr/lib/pymodules/python2.7/matplotlib/mpl-data/sample_data/lena.jpg

--- End Message ---
--- Begin Message ---
Version: 1.2.0~rc2-1

Hello Julian,

On Wed, Oct 31, 2012 at 7:48 PM, Julian Taylor
<[email protected]> wrote:
> the reason is 30_disable_sample_downloads.patch
> one need to drop the quotes from the path, else it will keep them and
> prepend /etc when the quoted path is not found in matplotlib/__init__.py:776

Thanks for the report. This has been fixed in experimental introducing
1.2.0 codeline.

Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to