I am interested in building numpy using the bdist_egg option. Unfortunately it doesn't appear to be quite working properly. When I tried it with 0.9.8 then it successfully build an egg file but this had problems when I tried using it. I thought I would look at 1.0b1 and discovered that it would not build the egg at all. The problem is in numpy.distutils.core where it checks if "setuptools" in sys.modules. In my case, I have setuptools installed using ez_setup.py and hence it appears to be qualified by a version number and hence doesn't pass the test. I tried modifying the code to look more like an earlier option, ie test by trying to import setuptools within a try block and that worked fine. I then had a look at the trunk and discovered that the test was still being performed the same way, ie if "setuptools" in sys.modules, however there is now a setupegg.py file in the root. Now it seems that this is a bit of an odd workaround and I was wondering if there was any compelling reason for not reverting to the mechanism for testing availability of setuptools using a try block?
Cheers
Robert
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion