Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Zachary Ware Newsgroups: comp.lang.python Subject: Re: Help needed with compiling python Date: Thu, 26 Nov 2015 23:48:30 -0600 Lines: 12 Sender: zachary.ware@gmail.com Message-ID: References: <877fl596c6.fsf@Equus.decebal.nl> <8737vt927c.fsf@Equus.decebal.nl> <87h9k9dz2t.fsf@Equus.decebal.nl> <878u5ke8zu.fsf@Equus.decebal.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 2WKdGY746i3rhRdzJQDAwQfWblkY8IYSYgN9UQBnCB/A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'skip:/ 10': 0.07; '"python"': 0.09; 'subject:Help': 0.10; 'subject:python': 0.14; 'thu,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'sadly': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; '2015': 0.20; '(see': 0.20; 'to:name:python-list@python.org': 0.20; 'libraries': 0.22; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'received:google.com': 0.35; 'nov': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'names': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; "you'll": 0.61; 'thursday': 0.66; '26,': 0.72; 'cecil': 0.84; 'farrance': 0.84; 'westerhof': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=DFfunbkzm9TjN560UE8o+zjnsOAxFjIdF08ulZ927EY=; b=qr4JF7DojtVm/o0h3OpYxhqncblxbcYvoIg6THxGu6/SjLeyk+mS8ljxseqpqWQVjG Lmil226DoOwMYCVhK0ApscOJDksv9gDm95Vy3bvGDduGjyK+BcrFglOmbym3aoXZlV1R 5SWtSQtK23nzhKqtNVt+RqcjFU8o6iLRmiyT604xNRVpsNJAJwRV6PiR24gt8keywX7+ KQPVGL6V6nVN9YIITfAILguTOytVPc4qM6nCNRzNgdO35CFmmZe8idmI8ti0iZG7Vx8T HyzwKy8bNjdzvAiET/9wrTvvbihV904LflIt5cr9BOHvPJlgFjoRnzVWYSipIOXDgUD8 IHaA== X-Received: by 10.182.148.164 with SMTP id tt4mr18575897obb.25.1448603329881; Thu, 26 Nov 2015 21:48:49 -0800 (PST) In-Reply-To: <878u5ke8zu.fsf@Equus.decebal.nl> X-Google-Sender-Auth: GVMJDIPmOMNMWmXMeru5-dqOPJE X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99626 On Thu, Nov 26, 2015 at 3:39 PM, Cecil Westerhof wrote: > On Thursday 26 Nov 2015 12:07 CET, Dave Farrance wrote: >> zypper in -f >> >> So you'll want to try package names like "python" and "python2.7". > > Sadly that also only installs only libraries and no applications. Try "python-base". (See `zypper wp /usr/bin/python`). -- Zach