Paul Moore wrote:

> I do things like
> 
>     python setup.py build --compiler=mingw32 bdist_wininst
> 
> which seem to work for me. Is that any help?

Possibly. I'll have to try it next time I have the
problem and see.

BTW, does that do anything different from

    python setup.py build --compiler=mingw32
    python setup.py bdist_wininst

? If so, that's rather unintuitive and could do
with documenting more clearly.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to