Iteration - Iterate over pairs in a list (circular fashion) in Python. Index of /epd-7.1. Index of /epd_free. Tutorials/numpy - Cython Wiki. Distributing Python Modules — Python v2.7.2 documentation. ListOfOptions - py2exe.org. What you need to understand about Distutils: The Distutils module is part of the standard python distribution. Distutils is used by python module developers to package and distribute new modules. The setup syntax py2exe uses is inherited from distutils.
(If you choose the default Windows installation for python, distutils can be found at: C:/Program Files/Python##/Lib/distutils/). The setup function of Distutil recognizes specific keywords, which are also available when running py2exe. The following is a list of some more useful distutils keywords Py2exe extends Distutils setup keywords In addition to the standard distutils setup keywords, the following py2exe keywords specify what and how to build.
The options dictionary of py2exe The option keyword takes the following set of dictionary key: value pairs. Example: For more information enter the following at the python command line: >>> from distutils.core import setup >>> help(setup)