On Mon, 2005-01-10 at 11:45 +0000, Joe Orton wrote: > Thanks. Michael's fix there is to use sysconfig.get_python_lib(1) > rather than just sysconfig.get_python_lib(). I'll do that for > Subversion too unless anyone can tell me that it's a bad idea :) get_python_lib() for noarch Python packages, get_python_lib(1) for arch- dependent ones (as judged by Python) is correct.