Package: python-scientific
Version: 2.4.9-6
Severity: normal
In [2]:from Scientific.Geometry import Vector
In [3]:a = Vector(1.0, 2.0, 3.0)
In [4]:b = Vector(a)
In [5]:`a`
Out[5]:'Vector(1.0,2.0,3.0)'
In [6]:`b`
---------------------------------------------------------------------------
exceptions.IndexError Traceback (most recent
call last)
/home/nichloas/<ipython console>
/usr/lib/python2.3/site-packages/Scientific/Geometry/VectorModule.py in
__repr__(self)
61
62 def __repr__(self):
---> 63 return 'Vector(%s,%s,%s)' % (`self.array[0]`,\
64 `self.array[1]`,`self.array[2]`)
65
IndexError: index out of bounds
In [7]:
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-em64t-p4-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages python-scientific depends on:
hi python 2.3.5-11 An interactive high-level object-o
hi python-central 0.5.1 register and build utility for Pyt
hi python-netcdf 2.4.9-6 A netCDF interface for Python
hi python-numeric-ext 24.2-5 Extension modules for Numeric Pyth
hi python2.4 2.4.3-7 An interactive high-level object-o
Versions of packages python-scientific recommends:
hi python-tk 2.4.3-1 Tkinter - Writing Tk applications
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]