Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64207
| References | <CAGGBd_oTtKM=CK=yGwOsKFNh5_j4yC2LaTJwz7yedt7XuSFdYw@mail.gmail.com> <mailman.5480.1389734821.18130.python-list@python.org> <m2a9ex5l5i.fsf@cochabamba.vanoostrum.org> |
|---|---|
| Date | 2014-01-17 16:43 -0800 |
| Subject | Re: setup.py issue - some files are included as intended, but one is not |
| From | Dan Stromberg <drsalists@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5666.1390005806.18130.python-list@python.org> (permalink) |
On Wed, Jan 15, 2014 at 7:18 AM, Piet van Oostrum <piet@vanoostrum.org> wrote: > 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 Apologies. I'd fixed that in my source tree, but not checked it in. It's checked in now.
Back to comp.lang.python | Previous | Next — Previous 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