From: Nadav H. <na...@vi...> - 2004-06-29 18:31:53
|
Same (RH9.0 + Python 2.3.4). It is OK on my home PC (Gentoo 1.4 +Python = 2.3.4). I'll try your advice when I'll back at work. Thanks, Nadav. -----Original Message----- From: Todd Miller [mailto:jm...@st...] Sent: Tue 29-Jun-04 20:36 To: Nadav Horesh Cc: numpy-discussion Subject: Re: [Numpy-discussion] Can not import image module On Tue, 2004-06-29 at 07:14, Nadav Horesh wrote: > >>> from numarray import image I tried this and it worked fine for me under RH9.0 and Python-2.3.4 and also under Windows 2000 pro. I suggest deleting your entire numarray directory from site-packages and then re-installing. Also, what's your platform and shell? Regards, Todd > Traceback (most recent call last): > File "<pyshell#4>", line 1, in -toplevel- > from numarray import image > File = "/usr/local/lib/python2.3/site-packages/numarray/image/__init__.py", = line 2, in -toplevel- > from combine import * > File = "/usr/local/lib/python2.3/site-packages/numarray/image/combine.py", line = 65, in -toplevel- > _median =3D _combine.median > AttributeError: 'module' object has no attribute 'median' >=20 >=20 >=20 > numarray version: 1.0. I got this error also with version 0.9 >=20 > Nadav. >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 -=20 > digital self defense, top technical experts, no vendor pitches,=20 > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion --=20 Todd Miller Space Telescope Science Institute 3700 San Martin Drive Baltimore MD, 21218 (410) 338-4576 |