setup.py issue - some files are included as intended, but one is not
Dan Stromberg
drsalists at gmail.com
Fri Jan 17 19:43:18 EST 2014
More information about the Python-list mailing list
Fri Jan 17 19:43:18 EST 2014
- Previous message (by thread): setup.py issue - some files are included as intended, but one is not
- Next message (by thread): record pixel value with Python script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jan 15, 2014 at 7:18 AM, Piet van Oostrum <piet at vanoostrum.org> wrote: > 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 Apologies. I'd fixed that in my source tree, but not checked it in. It's checked in now.
- Previous message (by thread): setup.py issue - some files are included as intended, but one is not
- Next message (by thread): record pixel value with Python script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list