[ python-Bugs-977461 ] Cannot specify compiler for 'install' on command line

SourceForge.net noreply at sourceforge.net
Tue Jun 22 08:55:17 EDT 2004


Bugs item #977461, was opened at 2004-06-22 14:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=977461&group_id=5470

Category: Distutils
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Anders J. Munch (andersjm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot specify compiler for 'install' on command line

Initial Comment:
Python 2.3.3 on W2K.

For a project with a C extension 
  python setup.py install
fails if VC6 is not installed, and there seems to be no
way to specify an alternate compiler on the command line.

  python setup.py build --compiler=bcpp

works on the same setup, but

  python setup.py install --compiler=bcpp

doesn't work because --compiler is not a legal option
for install.  install fails even following a succesful
build.

A workaround is to provide the compiler option in one
of the configuration files.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=977461&group_id=5470



More information about the Python-bugs-list mailing list