Dag Sverre Seljebotn wrote: > The problem is that NumPy doesn't like > distutils.unixccompiler being imported already.
Could you elaborate on this a little? Which part of NumPy doesn't "like" the module being imported? Why isn't it enough to import NumPy first (and maybe do some stuff with it) and /then/ run the tests? To check if NumPy is installed (i.e. to see if you can run the test), you'll have to import it anyway. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
