Your message dated Sat, 28 Oct 2006 18:02:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353642: fixed in python-gnuplot 1.7-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-gnuplot
Version: 1.7-5
Severity: minor
When I execute the following python program,
---
#!/usr/bin/env python
import Gnuplot
G = Gnuplot.Gnuplot(debug=0)
G.reset()
line = Gnuplot.Func ('x*x')
G.plot(line)
G.hardcopy('foo.eps', terminal='fnord')
---
which should result in terminating with an error message like "Terminal
fnord is not configured in Gnuplot.py." python exits with a NameError
exception:
---
$ python demo.py
Traceback (most recent call last):
File "demo.py", line 7, in ?
G.hardcopy('foo.eps', terminal='fnord')
File "/usr/lib/python2.3/site-packages/Gnuplot/_Gnuplot.py", line 546,
in hardcopy
raise Errors.OptionError(
NameError: global name 'Errors' is not defined
---
I guess the issue can be resolved by adding the line
import Errors
to _Gnuplot.py
--- End Message ---
--- Begin Message ---
Source: python-gnuplot
Source-Version: 1.7-7
We believe that the bug you reported is fixed in the latest version of
python-gnuplot, which is due to be installed in the Debian FTP archive:
python-gnuplot_1.7-7.diff.gz
to pool/main/p/python-gnuplot/python-gnuplot_1.7-7.diff.gz
python-gnuplot_1.7-7.dsc
to pool/main/p/python-gnuplot/python-gnuplot_1.7-7.dsc
python-gnuplot_1.7-7_all.deb
to pool/main/p/python-gnuplot/python-gnuplot_1.7-7_all.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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python-gnuplot 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.7
Date: Sun, 29 Oct 2006 02:45:58 +0200
Source: python-gnuplot
Binary: python-gnuplot
Architecture: source all
Version: 1.7-7
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
python-gnuplot - A Python interface to the gnuplot plotting program
Closes: 353642
Changes:
python-gnuplot (1.7-7) unstable; urgency=low
.
* Fix unhandled exception (Michael Schieschke). Closes: #353642.
Files:
e70132457a1a72c22853a99080460cf0 697 python optional python-gnuplot_1.7-7.dsc
5528e53f75b8c5c0c5b286be3242d5cd 7395 python optional
python-gnuplot_1.7-7.diff.gz
b67632caedfa6894e546a2260e2c80c3 115408 python optional
python-gnuplot_1.7-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFQ/p/StlRaw+TLJwRAjSXAJ9M7pG91ddVAdlfhfN0q2ChQ/XUkwCgtgpM
wicKnrrAWONuxBSa/A2jqj4=
=YCYs
-----END PGP SIGNATURE-----
--- End Message ---