On Sat, Mar 13, 2010 at 01:54, P.J. Eby <[email protected]> wrote:
> Anyway, if PyPy includes a precompiled or "builtin" site module of some
> kind, it's unlikely that the patch file would work correctly, even if PyPy
> allows executing a custom site.py.

Well, I don't know if it does, but adding the makepath method from
Pythons site.py seems to solve that problem anyway, and you get other
errors. I don't have time to look into this very deeply, but
Distribute/Setuptools seems to be a good test for cross-platform
compatibility as it involves much magic. :)

-- 
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

Reply via email to