This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pimbuur
Recipients
Date 2003-10-28.09:43:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It is now only possible to prescribe options for
subprocesses (e.g. build_ext) in the file setup.cfg
But some of these options are obligatory to get the correct 
result for the action.
These options can be set in the file setup.cfg, but it is not
clear that these options should not be changed, nor is it
clear in the setup.py file that the setup.cfg is relevant.
I tend now to not to use the setup.cfg and
call 'python setup.py' (without arguments).
The setup.py will then fill in the necessary options in 
sys.argv .
It would be much nicer if these options could be explicitly 
given as defaults for the subprocess.
History
Date User Action Args
2008-01-20 09:59:28adminlinkissue831643 messages
2008-01-20 09:59:28admincreate