[issue2056] install command rejects --compiler option

2008-02-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- resolution: - wont fix status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2056 __ ___ Python-bugs-list mailing list

[issue2056] install command rejects --compiler option

2008-02-09 Thread Lenard Lindstrom
New submission from Lenard Lindstrom: The install command returns the following error when the --compiler option is provided on the command line: python setup.py install --compiler=mingw32 usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2

[issue2056] install command rejects --compiler option

2008-02-09 Thread Martin v. Löwis
Martin v. Löwis added the comment: Could you try whether setup.py build --compiler=mingw32 install works? -- nosy: +loewis __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2056 __

[issue2056] install command rejects --compiler option

2008-02-09 Thread Lenard Lindstrom
Lenard Lindstrom added the comment: Yes, setup.py build --compiler=mingw32 install works. It is good enough for me. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2056 __ ___