Comment 1 for bug 3124

Revision history for this message
Lakin Wecker (lakin) wrote :

It should also depend on python2.3-numeric

lakin@zedd:~$ python2.3
Python 2.3.5 (#2, Sep 5 2005, 15:15:54)
[GCC 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from NumTut import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/NumTut/__init__.py", line 11, in ?
    from view import *
  File "/usr/lib/python2.3/site-packages/NumTut/view.py", line 27, in ?
    from Numeric import *
ImportError: No module named Numeric