-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when running:
$ cython --create-listing -o
build/temp.linux-x86_64-2.7/pybiklib/gldraw_c.c
build/temp.linux-x86_64-2.7/pybiklib/gldraw_c.pyx
I get the error:
Traceback (most recent call last):
File "/usr/bin/cython", line 8, in
main(comman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I found that the options shown by "cython -h" are different to the
options parsed by cython.
Usage: --warning-error
Parser: --warning-errors
The parser does not recognize "-q" and "-quiet"
(Patch attached)
There are other options that are not in
On Wed, Sep 12, 2012 at 5:36 AM, B. Clausius wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> I found that the options shown by "cython -h" are different to the
> options parsed by cython.
>
> Usage: --warning-error
> Parser: --warning-errors
> The parser does not recognize "-q