Re: [Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread Michael Abshoff
Gong, Shawn (Contractor) wrote: > hi list, Hi Shawn, > I tried to build numpy 1.2.1 on Solaris 9 with gcc 3.4.6 > > when I typed “python setup.py build”, I got error from hashlib.py > > File "/home/sgong/dev181/dist/lib/python2.5/hashlib.py", line 133, in > > > md5 = __get_builtin_cons

Re: [Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread Matthieu Brucher
: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthieu > Brucher > Sent: Tuesday, December 09, 2008 11:45 AM > To: Discussion of Numerical Python > Subject: Re: [Numpy-discussion] numpy build error on Solaris,No module > named _md5 > > Hi, > > Does: > >&

Re: [Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread Gong, Shawn (Contractor)
o: Discussion of Numerical Python Subject: Re: [Numpy-discussion] numpy build error on Solaris,No module named _md5 Hi, Does: >>> import md5 work? If it doesn't, it's a packaging problem. md5 must be available. Matthieu 2008/12/9 Gong, Shawn (Contractor) <[EMAIL PROTECTED]>:

Re: [Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread David Cournapeau
On Wed, Dec 10, 2008 at 1:00 AM, Gong, Shawn (Contractor) <[EMAIL PROTECTED]> wrote: > hi list, > > Do I need to do the same on Solaris? This has nothing to do with ATLAS. You did not build correctly python, or the python you are using is not built correctly. _md5 is a module from python, not from

Re: [Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread Matthieu Brucher
Hi, Does: >>> import md5 work? If it doesn't, it's a packaging problem. md5 must be available. Matthieu 2008/12/9 Gong, Shawn (Contractor) <[EMAIL PROTECTED]>: > hi list, > > I tried to build numpy 1.2.1 on Solaris 9 with gcc 3.4.6 > > when I typed "python setup.py build", I got error from has

[Numpy-discussion] numpy build error on Solaris, No module named _md5

2008-12-09 Thread Gong, Shawn (Contractor)
hi list, I tried to build numpy 1.2.1 on Solaris 9 with gcc 3.4.6 when I typed "python setup.py build", I got error from hashlib.py File "/home/sgong/dev181/dist/lib/python2.5/hashlib.py", line 133, in md5 = __get_builtin_constructor('md5') File "/home/sgong/dev181/dist/lib/python2.5/has