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. > > _______________________________________________ > > Numpy-discussion mailing list > > [email protected] > > http://projects.scipy.org/mailman/listinfo/numpy-discussion > > How do I install an EGG ? I am testing Windows XP SP2. > > Nils > > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion >
I downloaded and ran ez_setup.py from here: http://peak.telecommunity.com/DevCenter/EasyInstall . 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. _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
