[Chicago] setup.py

Skip Montanaro skip.montanaro at gmail.com
Mon May 6 04:55:34 CEST 2013


> I'm compiling Python 2.7.4 on Windows and I found a setup.py in the
source dir . My question is can I build the whole Python with this file ? I
mean Python executable , extension module etc. Or this file is just for
extension module ?

The setup.py file is just for building extension modules. Windows-specific
code and visual studio stuff is in the PC subdirectory, e.g.:

http://hg.python.org/cpython/file/763d260414d1/PC

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130505/344338ca/attachment.html>


More information about the Chicago mailing list