[PYTHON MATRIX-SIG] missing Numeric.py?

Carlos Maltzahn carlosm@anchor.cs.colorado.edu
Sun, 13 Oct 1996 16:57:26 -0600 (MDT)


When I import ni I get the following error. I use Python 1.4b3 with 
NumPy-1.0a4. Any ideas?

Thanks,
Carlos

-----------
Python 1.4b3 (Oct 13 1996) [C]
Copyright 1991-1996 Stichting Mathematisch Centrum, Amsterdam
>>> import ni
Traceback (innermost last):
  File "<stdin>", line 1, in ?
  File "/home/big/carlosm/numpython/Lib/ni.py", line 435, in ?
    install()
  File "/home/big/carlosm/numpython/Lib/ni.py", line 399, in install
    ihooks.install(PackageImporter(None, v))
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 360, in install
    current_importer.install()
  File "/home/big/carlosm/numpython/Lib/ni.py", line 390, in install
    self.loader.init_package(package)
  File "/home/big/carlosm/numpython/Lib/ni.py", line 239, in init_package
    self.call_init_module(package)
  File "/home/big/carlosm/numpython/Lib/ni.py", line 261, in call_init_module
    m = self.load_module(package.__name__ + '.__init__', stuff)
  File "/home/big/carlosm/numpython/Lib/ni.py", line 204, in load_module
    return ModuleLoader.load_module(self, name, stuff)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 259, in load_module
    return self.hooks.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 170, in load_source
    return imp.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/Numeric/__init__.py", line 1, in ?
    import Core
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 320, in import_module
    return self.loader.load_module(name, stuff)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 259, in load_module
    return self.hooks.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 170, in load_source
    return imp.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/Numeric/Core.py", line 107, in ?
    from ArrayPrinter import arrayToString
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 320, in import_module
    return self.loader.load_module(name, stuff)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 259, in load_module
    return self.hooks.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 170, in load_source
    return imp.load_source(name, filename, file)
  File "/home/big/carlosm/numpython/Lib/Numeric/ArrayPrinter.py", line 9, in ?
    import Numeric
  File "/home/big/carlosm/numpython/Lib/ihooks.py", line 319, in import_module
    raise ImportError, "No module named %s" % name
ImportError: No module named Numeric
>>> 


=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================