Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(at': 0.04; 'assuming': 0.09; 'subject:while': 0.09; 'python': 0.11; "(i'm": 0.16; 'output?': 0.16; 'reason).': 0.16; 'received:10.20.200': 0.16; 'received:charter.net': 0.16; 'report?': 0.16; 'such,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'module': 0.19; '(the': 0.22; 'header:User-Agent:1': 0.23; 'either.': 0.24; 'headers': 0.24; 'extension': 0.26; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'received:24': 0.27; "i'm": 0.30; 'disabled': 0.31; 'received:10.20': 0.33; 'subject:from': 0.34; 'could': 0.34; "can't": 0.35; 'there': 0.35; 'example,': 0.37; 'reports': 0.37; 'received:10': 0.37; 'step': 0.37; 'message-id:@gmail.com': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'ensure': 0.60 X-Authority-Analysis: v=2.0 cv=Q7eKePKa c=1 sm=1 a=LkTX9YPXWU1lnSxlYEpgVg==:17 a=IuL6hPCtAYgA:10 a=fTALWAcB_UoA:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8 a=ZmdpqDSjyRXkZ-vBaHcA:9 a=wPNLvfGTeEIA:10 a=LkTX9YPXWU1lnSxlYEpgVg==:117 Date: Wed, 07 May 2014 14:42:13 -0500 From: Mark H Harris User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 Newsgroups: comp.lang.python To: python-list@python.org Subject: Re: idle glitch while building python 3.4 from sources References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: , Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399491744 news.xs4all.nl 2877 [2001:888:2000:d::a6]:41070 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71050 On 5/7/14 1:19 PM, Ned Deily wrote: > If the Python build (the "make sharedmods" build step) can't > successfully build the _tkinter extension module (because, for example, > it couldn't find the Tk headers or libraries), the build step already > reports that it could not build _tkinter. hi Ned, where is the report? Its not obvious; where does one look for this step output? I did not see it on my build attempts last night. I'm assuming its in one of the logs. What would be nice is a final (at the end) report listing of the modules|extention modules that did not get built (for whatever reason). As an aside, the ensure pip is disabled for some reason (I'm reading the pep, and such, which is confusing). There isn't much to go on from the build listing about ensure pip either. marcus