Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-10 Thread Alexander Michael
On 11/9/07, Geoffrey Zhu <[EMAIL PROTECTED]> wrote: > And then I downloaded the egg file and ran easy_install > c:\mypath\numpy-1.0.4-py2.5-win32.egg. Do not put the egg file in any > of your python package directories, or easy_install won't unpack it. I > haven't figured out why. Most likely beca

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Geoffrey Zhu
On Nov 9, 2007 11:42 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > On Fri, 9 Nov 2007 11:31:54 -0600 > "Geoffrey Zhu" <[EMAIL PROTECTED]> wrote: > > > Very interesting! If I use the MSI file, numpy.test() > >hangs. If, > > however, I use the EGG file, it is actually fine. > > __

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Geoffrey Zhu
On Nov 9, 2007 11:45 AM, Travis E. Oliphant <[EMAIL PROTECTED]> wrote: > Geoffrey Zhu wrote: > > Very interesting! If I use the MSI file, numpy.test() hangs. If, > > however, I use the EGG file, it is actually fine. > > > > Can you find the md5sum of these files? > > There is a md5sum.exe at > > ht

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Travis E. Oliphant
Geoffrey Zhu wrote: > Very interesting! If I use the MSI file, numpy.test() hangs. If, > however, I use the EGG file, it is actually fine. > Can you find the md5sum of these files? There is a md5sum.exe at http://www.etree.org/md5com.html It would be good to verify that you have the correct

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Nils Wagner
On Fri, 9 Nov 2007 11:31:54 -0600 "Geoffrey Zhu" <[EMAIL PROTECTED]> wrote: > Very interesting! If I use the MSI file, numpy.test() >hangs. If, > however, I use the EGG file, it is actually fine. > ___ > Numpy-discussion mailing list > Numpy-discussion

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Geoffrey Zhu
Very interesting! If I use the MSI file, numpy.test() hangs. If, however, I use the EGG file, it is actually fine. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Geoffrey Zhu
On Nov 9, 2007 10:14 AM, Geoffrey Zhu <[EMAIL PROTECTED]> wrote: > > On Nov 8, 2007 10:06 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > > > > Geoffrey Zhu wrote: > > > On Nov 8, 2007 12:12 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > > > >> Geoffrey Zhu wrote: > > >> > > >>> Good morning. >

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-09 Thread Geoffrey Zhu
On Nov 8, 2007 10:06 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > > Geoffrey Zhu wrote: > > On Nov 8, 2007 12:12 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > >> Geoffrey Zhu wrote: > >> > >>> Good morning. > >>> > >>> I just installed the Windows binary of numpy 1.04. When I ran > >>> nump

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-08 Thread David Cournapeau
Geoffrey Zhu wrote: > On Nov 8, 2007 12:12 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > >> Geoffrey Zhu wrote: >> >>> Good morning. >>> >>> I just installed the Windows binary of numpy 1.04. When I ran >>> numpy.test() in IDLE (the Python shell that comes with Python), the >>> program hang

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-08 Thread Geoffrey Zhu
On Nov 8, 2007 12:12 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > Geoffrey Zhu wrote: > > Good morning. > > > > I just installed the Windows binary of numpy 1.04. When I ran > > numpy.test() in IDLE (the Python shell that comes with Python), the > > program hang (or at least is running for half a

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-08 Thread Nils Wagner
On Thu, 08 Nov 2007 12:12:42 -0600 Robert Kern <[EMAIL PROTECTED]> wrote: > Geoffrey Zhu wrote: >> Good morning. >> >> I just installed the Windows binary of numpy 1.04. When >>I ran >> numpy.test() in IDLE (the Python shell that comes with >>Python), the >> program hang (or at least is runnin

Re: [Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-08 Thread Robert Kern
Geoffrey Zhu wrote: > Good morning. > > I just installed the Windows binary of numpy 1.04. When I ran > numpy.test() in IDLE (the Python shell that comes with Python), the > program hang (or at least is running for half an hour). I am using > Windows XP, duel core intel CPU. > > Does anyone know

[Numpy-discussion] numpy 1.04 numpy.test() hang

2007-11-08 Thread Geoffrey Zhu
Good morning. I just installed the Windows binary of numpy 1.04. When I ran numpy.test() in IDLE (the Python shell that comes with Python), the program hang (or at least is running for half an hour). I am using Windows XP, duel core intel CPU. Does anyone know what is going on? Thanks, Geoffrey