Hi,
Marc Christiansen wrote:
> Thinking about it, this part
> try:
> sys.argv.remove("--no-compile")
> except ValueError:
> #try to build the extension
>
> is an error, because it causes the .py files to be compiled. setup.py
> install --help says:
> --no-compile don't compile .py files
Ah, thanks. I guess that was just too obvious a name to expect that it isn't
in use already...
We can change that to "--no-cython-compile" or something like that for our
purpose, so that we no longer interfere with the normal distutils arguments.
Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev