On Sat, Mar 13, 2010 at 20:22, P.J. Eby <[email protected]> wrote: > (In any case, that 'site.py in the Distribute root' (aka setuptools' > site-patch.py) is only intended to be executed when it's in a PYTHONPATH > directory.)
I reported that as a bug in PyPy, and also mentioned the False keyword default on chat. They were already targetting distribute/setuptools for the next release. The next problem encountered in the tests is that PyPy of course have no support for compiling C-extensions, so we'll need to add conditionals for that I guess. But that's for some other day. :) -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
