Your message dated Fri, 16 Jun 2006 10:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#373946: fixed in python-scipy 0.3.2-10
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-scipy
Version: 0.3.2-9
Severity: grave
Justification: renders package unusable
On installation (with python-central 0.4.17) produces the following error
message:
Setting up python-scipy (0.3.2-9) ...
Compiling /usr/lib/python2.3/site-packages/scipy/stats/distributions.py ...
Sorry: IndentationError: ('unindent does not match any outer indentation
level', ('/usr/lib/python2.3/site-packages/scipy/stats/distributions.py',
733, 27, ' args = args[:-1]\n'))
pycentral: pycentral pkginstall: error byte-compiling files (267)
pycentral pkginstall: error byte-compiling files (267)
dpkg: error processing python-scipy (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
python-scipy
E: Sub-process /usr/bin/dpkg returned an error code (1)
The error is due to improper indentation on line 733 but when this is
corrected, there are two further errors on lines 736 and 739 as well. I
think that htis is due to messed up tabbing in the editor....
try:
x = args[-1]
args = args[:-1] <==== needs 2 spaces
except IndexError:
raise ValueError, "Need shape and data arguments."
try: <==== needs 2 spaces
if len(args) == 1:
args = args[0]
loc = args[-1] <==== needs 2 spaces
scale = args[-2]
args = args[:-2]
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- End Message ---
--- Begin Message ---
Source: python-scipy
Source-Version: 0.3.2-10
We believe that the bug you reported is fixed in the latest version of
python-scipy, which is due to be installed in the Debian FTP archive:
python-scipy_0.3.2-10.diff.gz
to pool/main/p/python-scipy/python-scipy_0.3.2-10.diff.gz
python-scipy_0.3.2-10.dsc
to pool/main/p/python-scipy/python-scipy_0.3.2-10.dsc
python-scipy_0.3.2-10_i386.deb
to pool/main/p/python-scipy/python-scipy_0.3.2-10_i386.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.
Alexandre Fayolle <[EMAIL PROTECTED]> (supplier of updated python-scipy 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: Fri, 16 Jun 2006 17:54:16 +0200
Source: python-scipy
Binary: python-scipy
Architecture: source i386
Version: 0.3.2-10
Distribution: unstable
Urgency: low
Maintainer: José Fonseca <[EMAIL PROTECTED]>
Changed-By: Alexandre Fayolle <[EMAIL PROTECTED]>
Description:
python-scipy - scientific tools for Python
Closes: 373946
Changes:
python-scipy (0.3.2-10) unstable; urgency=low
.
* Fixed typo introduces by mistake in previous package (closes: #373946)
Files:
a25ebdd8e17a02d4dec15b1d04b38447 1264 python extra python-scipy_0.3.2-10.dsc
18278a22dc874fed0cbdfa6376196bcf 7101 python extra
python-scipy_0.3.2-10.diff.gz
22afc57a53d0a838d3b310ce9366918f 5193256 python extra
python-scipy_0.3.2-10_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iQEVAwUBRJLrZ16T+PKoJ87eAQI6EQf/UVPQIJ11X4UScSDLvEKwRzhGJMTHz6Mb
PL6SSGSFlS+c2u9xq/AOG4cS3gELXehcoRiSjo1cTGXxyzvU1Lwf3yMyPcf5bh2J
GyM/Od1f2rt9K96H+j9b3b6cv/dyXwABLtQHC9W60Rqy1lMZeUQkI2xm2jZyvQTP
a1eJ1WPNw3X+qSbSBHNjEHBDS8jMkF11CDC6Wla4o0XGI6d7cAOS9LOhTn/fo9PE
2gsmpfkahWQZpPyiCfpIz9bq3in7lVIHz0aNKp2yQw6o/05N22MRVHqSNcU3FwsQ
2eQjW2Ao27rBwTtJY41qrWn6/Na1Rp+OhwVgHUYMnXLKHZV73rHynQ==
=1xI5
-----END PGP SIGNATURE-----
--- End Message ---