[Chicago] setup.py

shangyu yushang at outlook.com
Mon May 6 05:24:16 CEST 2013




But I got an error at line 33 when ran setup.py, it seems CONFIG_ARGS is missing on Windows platform or my sysconfig.py is too old ? Many thanks!

Date: Sun, 5 May 2013 21:55:34 -0500
From: skip.montanaro at gmail.com
To: chicago at python.org
Subject: Re: [Chicago] setup.py



> 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



_______________________________________________
Chicago mailing list
Chicago at python.org
http://mail.python.org/mailman/listinfo/chicago
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130506/655ea095/attachment.html>


More information about the Chicago mailing list