Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63991
| From | Piet van Oostrum <piet@vanoostrum.org> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: setup.py issue - some files are included as intended, but one is not |
| Date | 2014-01-15 16:18 +0100 |
| Message-ID | <m2a9ex5l5i.fsf@cochabamba.vanoostrum.org> (permalink) |
| References | <CAGGBd_oTtKM=CK=yGwOsKFNh5_j4yC2LaTJwz7yedt7XuSFdYw@mail.gmail.com> <mailman.5480.1389734821.18130.python-list@python.org> |
Dan Stromberg <drsalists@gmail.com> writes:
> On Sat, Jan 11, 2014 at 2:04 PM, Dan Stromberg <drsalists@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@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: setup.py issue - some files are included as intended, but one is not Dan Stromberg <drsalists@gmail.com> - 2014-01-14 13:26 -0800
Re: setup.py issue - some files are included as intended, but one is not Piet van Oostrum <piet@vanoostrum.org> - 2014-01-15 16:18 +0100
Re: setup.py issue - some files are included as intended, but one is not Dan Stromberg <drsalists@gmail.com> - 2014-01-17 16:43 -0800
csiph-web