Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'none:': 0.07; 'dan': 0.09; 'setup.py': 0.09; 'subject:files': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'jan': 0.12; 'anyone?': 0.16; 'cc:name:python list': 0.16; 'expands': 0.16; 'incorrect': 0.16; 'keyerror': 0.16; 'responses.': 0.16; 'subject:included': 0.16; 'subject:issue': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'pfxlen:0': 0.19; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; "i've": 0.25; 'source': 0.25; '15,': 0.26; 'van': 0.27; 'header :In-Reply-To:1': 0.27; 'fixed': 0.29; 'am,': 0.29; 'instruction': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'subject:some': 0.31; 'writes:': 0.31; 'checked': 0.32; "i'd": 0.34; 'problem': 0.35; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'in.': 0.36; 'subject:one': 0.36; 'driving': 0.38; 'pm,': 0.38; 'generating': 0.39; 'even': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2Chz42KPX9SCRm5yG0xW619LIuCHlFEgWikIcdF5qNI=; b=vBIl1rQ2WM9XEKipva6wQYpIpYqt5+qnfbu4Rzv4aZtA7Ru7KgbE4G6ESw84YpnyGM KxWPJ0bm4K+QVt1FAhcM4d/EyfXAxmXA0puF33wob4Kd99RQJAvHKzUZklmeA+ZyrX4D /5a5oS/Fv53WIuKnHs0oJhjdRM8QPnJfgvVs0o063cun/uqWwg3SpvirlWbOBnGPfW9r /IDhMQs4XfAHQF4B797oRt0df6DSpknqAM/UZkD3E4DhGyzeZvgnA4e/584tmEz2uJnX lzwussiwOO+wTKSaRFzhtNkxYi3tb1mVAFCvf6UqCgaIj0DQ6Wxt/b/jXWewVvw/xibo K6Sg== MIME-Version: 1.0 X-Received: by 10.181.13.11 with SMTP id eu11mr830669wid.30.1390005798465; Fri, 17 Jan 2014 16:43:18 -0800 (PST) In-Reply-To: References: Date: Fri, 17 Jan 2014 16:43:18 -0800 Subject: Re: setup.py issue - some files are included as intended, but one is not From: Dan Stromberg To: Piet van Oostrum Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390005806 news.xs4all.nl 2856 [2001:888:2000:d::a6]:48934 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64207 On Wed, Jan 15, 2014 at 7:18 AM, Piet van Oostrum wrote: > Dan Stromberg writes: > >> On Sat, Jan 11, 2014 at 2:04 PM, Dan Stromberg 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.