Your message dated Tue, 22 Aug 2006 00:03:32 -0300 with message-id <[EMAIL PROTECTED]> and subject line Fixed since (0.4.9-1) 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 ---Version: 0.4.9-1 0.4.9-1 changelog did not include an entry for 0.3.2-10, and therefore the BTS believes the bug is still present. However, the bug is not there anymore, so I'm closing the bug. -- Love, Marga.
--- End Message ---

