setup.py issue - some files are included as intended, but one is not

Piet van Oostrum piet at vanoostrum.org
Wed Jan 15 10:18:01 EST 2014


Dan Stromberg <drsalists at gmail.com> writes:

> On Sat, Jan 11, 2014 at 2:04 PM, Dan Stromberg <drsalists at 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 <piet at vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]



More information about the Python-list mailing list