Dan Stromberg <drsali...@gmail.com> writes:

> On Sat, Jan 11, 2014 at 2:04 PM, Dan Stromberg <drsali...@gmail.com> wrote:
>> Hi folks.
>>
>> I have a setup.py problem that's driving me nuts.
>
> Anyone?  I've received 0 responses.

I can't even install your code because there's a bug in it.

m4_treap.m4 contains this instruction twice:

        ifdef(/*pyx*/,cp)if current is None:
            ifdef(/*pyx*/,cp)raise KeyError

Which when generating pyx_treap.pyx (with *pyx* defined) expands to the 
syntactically incorrect

        cpif current is None:
            cpraise KeyError

-- 
Piet van Oostrum <p...@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to