[Pyrex] Newbie Question (problems with GCC)

Andreas Kostyrka andreas at kostyrka.org
Fri Apr 16 12:06:08 CEST 2004


On Fri, Apr 16, 2004 at 08:54:59AM +0100, Voidspace wrote:
> At first I just tried setup.py build --inplace (as per one of the tutorials)
> but this was invalid options... so I tried just "setup build" with the 
> following results.
Well, the tutorials are wrong :(
setup.py build_ext --inplace
does work.
setup.py build --inplace
does not.

Somehow this is logical, as only extensions need "inplace" building.

Andreas




More information about the Pyrex mailing list