distutils cygwin bdist_wininst

Delaney, Timothy tdelaney at avaya.com
Tue Jul 23 01:26:33 EDT 2002


> From: Michiel Jan Laurens de Hoon [mailto:mdehoon at ims.u-tokyo.ac.jp]
> 
>  > c:\\python22\\python setup.py --compiler=mingw32
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>     or: setup.py --help [cmd1 cmd2 ...]
>     or: setup.py --help-commands
>     or: setup.py cmd --help
> 
> error: option --compiler not recognized
> 
>  > $ python setup.py --compiler=mingw32
>  > $ python setup.py bdist_wininst

That should be

python setup.py build --compiler-mingw32

Tim Delaney





More information about the Python-list mailing list