Problems with Install of LLNLDistribution11 (beginner)

Daniel Faulkner m01ymu00 at cwcom.net
Fri Jun 4 12:04:28 EDT 1999


Or if it is to do with the directory try:
import sys
sys.path.insert(0, "filename")
import Numeric

Thomas Bryan wrote:

> Kumar Balachandran wrote:
> >
> > I am trying to install the Numeric and Graphics packages and I have
> > the follwing problems
> > 1. The numeric package was installed as
> >         $PREFIX/lib/python1.5/site-packages/numeric
> >    However, I am not able to import numeric using
> >         from numeric import *
>
> The package is called Numeric.
>
> Python 1.5.1 (#1, Mar 21 1999, 22:49:36)  [GCC egcs-2.91.66
> 19990314/Li on linux-i386
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> from Numeric import *
> >>> array
> <built-in function array>
> >>>
>
> -------------------------------------------
> Tom Bryan
> Applied Research Laboratories
> University of Texas at Austin


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/19990604/8c0523cb/attachment.html>


More information about the Python-list mailing list