[Python-list] The distutils.sysconfig.set_python_config() function

Ray Allen ysj.ray at gmail.com
Fri Apr 9 06:44:40 EDT 2010


I've been reading the python document "Distributing python modules", and
found this function document in sysconfig module:

This function is even more special-purpose, and should only be used from
Python’s own build procedures.

distutils.sysconfig.set_python_build()<#distutils.sysconfig.set_python_build>Inform
the distutils.sysconfig module that it is being used as part of the build
process for Python. This changes a lot of relative locations for files,
allowing them to be located in the build area rather than in an installed
Python.

Where is this function? I cannot find it in distutils/sysconfig.py.

Thanks.

-- 
Ray Allen
Best wishes!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100409/98152623/attachment.html>


More information about the Python-list mailing list