Your message dated Thu, 20 Nov 2008 18:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505527: fixed in matplotlib 0.98.1-1+lenny4
has caused the Debian Bug report #505527,
regarding python-matplotlib: PS and EPS backends fail
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.)
--
505527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-matplotlib
Version: 0.98.1-1+lenny3
Severity: important
When I try to save a figure to a PS or EPS file, I get an error.
This is a very simple piece of code that generates the error:
#!/usr/bin/env python
"""
Example: simple line plot.
Show how to make and save a simple line plot with labels, title and grid
"""
import numpy
import pylab
t = numpy.arange(0.0, 1.0+0.01, 0.01)
s = numpy.cos(2*2*numpy.pi*t)
pylab.plot(t, s)
pylab.xlabel('time (s)')
pylab.ylabel('voltage (mV)')
pylab.title('About as simple as it gets, folks')
pylab.grid(True)
pylab.savefig('simple_plot.eps')
pylab.show()
When I execute the above program what I obtain is:
$ ./cos.py
Traceback (most recent call last):
File "./cos.py", line 17, in <module>
pylab.savefig('simple_plot.eps')
File "/usr/lib/python2.5/site-packages/matplotlib/pyplot.py", line
286, in savefig
return fig.savefig(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line
1014, in savefig
self.canvas.print_figure(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/matplotlib/backend_bases.py",
line 1287, in print_figure
**kwargs)
File "/usr/lib/python2.5/site-packages/matplotlib/backend_bases.py",
line 1176, in print_eps
return ps.print_eps(*args, **kwargs)
File
"/usr/lib/python2.5/site-packages/matplotlib/backends/backend_ps.py",
line 843, in print_eps
return self._print_ps(outfile, 'eps', *args, **kwargs)
File
"/usr/lib/python2.5/site-packages/matplotlib/backends/backend_ps.py",
line 869, in _print_ps
orientation, isLandscape, papertype)
File
"/usr/lib/python2.5/site-packages/matplotlib/backends/backend_ps.py",
line 988, in _print_figure
convert_ttf_to_ps(font_filename, fh, rcParams['ps.fonttype'],
glyph_ids)
RuntimeError: more keyword list entries than argument specifiers
Borja.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-matplotlib depends on:
ii dvipng 1.11-1 convert DVI files to PNG graphics
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libcairo2 1.6.4-6.1 The Cairo 2D vector graphics libra
ii libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii libgcc1 1:4.3.2-1 GCC support library
ii libglib2.0-0 2.16.6-1 The GLib library of C routines
ii libgtk2.0-0 2.12.11-4 The GTK+ graphical user interface
ii libpango1.0-0 1.20.5-3 Layout and rendering of internatio
ii libpng12-0 1.2.27-2 PNG library - runtime
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii python 2.5.2-2 An interactive high-level object-o
ii python-cairo 1.4.12-1.1 Python bindings for the Cairo vect
ii python-central 0.6.8 register and build utility for Pyt
ii python-configobj 4.5.2-1 a simple but powerful config file
ii python-dateutil 1.4.1-2 powerful extensions to the standar
ii python-dev 2.5.2-2 Header files and a static library
ii python-enthought-trait 2.0.5-1 Manifest typing and reactive progr
ii python-excelerator 0.6.3a-3.1 module for reading/writing Excel s
ii python-gd 0.52debian-3.1 Python module wrapper for libgd
ii python-glade2 2.12.1-6 GTK+ bindings: Glade support
ii python-gobject 2.14.2-1 Python bindings for the GObject li
ii python-gtk2 2.12.1-6 Python bindings for the GTK+ widge
ii python-matplotlib-data 0.98.1-1+lenny3 Python based plotting system (data
ii python-numpy 1:1.1.0-3 Numerical Python adds a fast array
ii python-pyparsing 1.5.0-1 Python parsing module
ii python-tk 2.5.2-1 Tkinter - Writing Tk applications
ii python-tz 2008c-2 Python version of the Olson timezo
ii tcl8.4 8.4.19-2 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.19-2 Tk toolkit for Tcl and X11, v8.4 -
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
python-matplotlib recommends no packages.
Versions of packages python-matplotlib suggests:
pn ipython <none> (no description available)
pn python-matplotlib-doc <none> (no description available)
ii texlive-extra-utils 2007.dfsg.2-4 TeX Live: TeX auxiliary programs
ii texlive-latex-extra 2007.dfsg.8-1 TeX Live: LaTeX supplementary pack
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: matplotlib
Source-Version: 0.98.1-1+lenny4
We believe that the bug you reported is fixed in the latest version of
matplotlib, which is due to be installed in the Debian FTP archive:
matplotlib_0.98.1-1+lenny4.diff.gz
to pool/main/m/matplotlib/matplotlib_0.98.1-1+lenny4.diff.gz
matplotlib_0.98.1-1+lenny4.dsc
to pool/main/m/matplotlib/matplotlib_0.98.1-1+lenny4.dsc
python-matplotlib-data_0.98.1-1+lenny4_all.deb
to pool/main/m/matplotlib/python-matplotlib-data_0.98.1-1+lenny4_all.deb
python-matplotlib-doc_0.98.1-1+lenny4_all.deb
to pool/main/m/matplotlib/python-matplotlib-doc_0.98.1-1+lenny4_all.deb
python-matplotlib_0.98.1-1+lenny4_armel.deb
to pool/main/m/matplotlib/python-matplotlib_0.98.1-1+lenny4_armel.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Debian Python Modules Team <[email protected]>
(supplier of updated matplotlib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 13 Nov 2008 12:27:36 -0600
Source: matplotlib
Binary: python-matplotlib python-matplotlib-data python-matplotlib-doc
Architecture: source all armel
Version: 0.98.1-1+lenny4
Distribution: testing-proposed-updates
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Debian Python Modules Team
<[email protected]>
Description:
python-matplotlib - Python based plotting system in a style similar to Matlab
python-matplotlib-data - Python based plotting system (data package)
python-matplotlib-doc - Python based plotting system (documentation package)
Closes: 505527
Changes:
matplotlib (0.98.1-1+lenny4) testing-proposed-updates; urgency=low
.
[ Kumar Appaiah ]
* debian/patches/ttconv_leak_fix.patch: It appears that the call labels
for get_pdf_charprocs and convert_ttf_to_ps have somehow got
interchanged. This change fixes that bug, which causes the failure of
PS and EPS generation. (Closes: #505527).
Checksums-Sha1:
06d6101ee30d01cd6d6598cba836447448cd0335 1735 matplotlib_0.98.1-1+lenny4.dsc
ffaed3ceecc30a3f592da47af505fb54091dcba2 18294
matplotlib_0.98.1-1+lenny4.diff.gz
3c76b094ba8eaf7dd5e52c8bc3a7c123a5732b8a 1123028
python-matplotlib-data_0.98.1-1+lenny4_all.deb
9155471693e35c8d8e425dbc8495578babfc0e0b 1069914
python-matplotlib-doc_0.98.1-1+lenny4_all.deb
f363351bcb63e158a5bec93d5988fe10c782a6bc 2085966
python-matplotlib_0.98.1-1+lenny4_armel.deb
Checksums-Sha256:
ab54516dea7b62de0e31a28b962cd9dccbda7f3ef4ba29a6e117067a654f9d94 1735
matplotlib_0.98.1-1+lenny4.dsc
a7ccf6bda3a599bb36c7a23823e0eb9d70c45094803cb8ae9846025029ab6889 18294
matplotlib_0.98.1-1+lenny4.diff.gz
8ab95931af1c23ab073c41d7ac2550b46a214e0d58d5ba4c44f29d64a514b9a8 1123028
python-matplotlib-data_0.98.1-1+lenny4_all.deb
41c8b8c2bf94fbe9ae8856ce3238fb97c3d224bfa09797916671c5685bd585b0 1069914
python-matplotlib-doc_0.98.1-1+lenny4_all.deb
e9928529395809cf692b149947ba3c75ef7b90e1669d57aaf25b1fe3b26614a7 2085966
python-matplotlib_0.98.1-1+lenny4_armel.deb
Files:
5b8dc93f727bf1ccb58eb4ab59d5ce6d 1735 python optional
matplotlib_0.98.1-1+lenny4.dsc
85d6785349a5a755a5c9440d6159bb9f 18294 python optional
matplotlib_0.98.1-1+lenny4.diff.gz
226da326f0953b1d219512ada96cafc0 1123028 python optional
python-matplotlib-data_0.98.1-1+lenny4_all.deb
0e319273dd38c3bec50b7b4ecf69ceda 1069914 doc optional
python-matplotlib-doc_0.98.1-1+lenny4_all.deb
4d4848af22d610742e0e71b8fb0c972a 2085966 python optional
python-matplotlib_0.98.1-1+lenny4_armel.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkki0b4ACgkQSd75awtatOcDxACbBGSTko8O5lVb/2pTuxMwy9X7
UuAAoICiuOc/Aq6MQ7hKoSGkcjGaoFsS
=4JFm
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team