<HTML>
Or if it is to do with the directory try:
<BR>import sys
<BR>sys.path.insert(0, "<I>filename</I>")
<BR>import Numeric

<P>Thomas Bryan wrote:
<BLOCKQUOTE TYPE=CITE>Kumar Balachandran wrote:
<BR>>
<BR>> I am trying to install the Numeric and Graphics packages and I have
<BR>> the follwing problems
<BR>> 1. The numeric package was installed as
<BR>>         $PREFIX/lib/python1.5/site-packages/numeric
<BR>>    However, I am not able to import numeric using
<BR>>         from numeric import
*

<P>The package is called Numeric.

<P>Python 1.5.1 (#1, Mar 21 1999, 22:49:36)  [GCC egcs-2.91.66
<BR>19990314/Li on linux-i386
<BR>Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
<BR>>>> from Numeric import *
<BR>>>> array
<BR><built-in function array>
<BR>>>>

<P>-------------------------------------------
<BR>Tom Bryan
<BR>Applied Research Laboratories
<BR>University of Texas at Austin</BLOCKQUOTE>
 </HTML>