Hello, If I do:
C:\> easy_install numpy ... on a windows box, it attempts to do a source download and build, which typically doesn't work. If however I use: C:\> easy_install numpy==1.0.4 ... then the magic works just fine. Any chance of a more recent bdist_egg being made available for windows? Thanks Jon _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
