Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: SQLite Date: Mon, 22 Feb 2016 12:44:30 +1100 Lines: 20 Message-ID: References: <56C9EFB6.1090309@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de sSEAI6PbiRqkC/U782fH9w8/FfGNB7YAlA5hxPvsS4uQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'python3': 0.05; 'cc:addr:python-list': 0.09; '22,': 0.09; 'way:': 0.09; 'python': 0.10; 'package,': 0.13; '2016': 0.16; 'afaik.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sudo': 0.16; 'wrote:': 0.16; 'compilation': 0.18; 'tells': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'work,': 0.21; '3.2': 0.22; 'advise.': 0.22; 'am,': 0.23; 'feb': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; 'message-id:@mail.gmail.com': 0.27; 'build,': 0.29; 'built.': 0.29; 'summary': 0.29; 'probably': 0.31; 'post': 0.31; 'changed': 0.33; 'common': 0.33; 'running': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'modules': 0.36; 'subject:: ': 0.37; 'missing': 0.37; 'received:209': 0.38; 'end': 0.39; 'still': 0.40; 'above,': 0.63; 'more': 0.63; 'grab': 0.64; 'here': 0.66; 'apt-get': 0.84; 'build- dep': 0.84; 'chrisa': 0.84; 'python-dev': 0.84; 'to:none': 0.91 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:cc :content-type; bh=wu3pup59DtCBg0g0aepg9wKR7MzhllJ8wct0+ioUyps=; b=Bdjaca3O5Yc5n1PkeWLlFZ9bBu2yW9Q/41ooYyvbuq0fh/zbBwafW9P1YciulvS0qv YlGzap2wCmNX/qSTpRCbVJMpuUiOzwpaAeRX7o5boBhe1X1wsmuWteYzobPMIe/Sf2Rt 2WMVcbqDFx9XIPApjqw94pFFH6+0uLzKfrxnIAydEGt2TL4/ghet/3VdnzOqbFTz5MNb CO9agkgBJTznDZ/yAwyOcRIKTDKkeyngNTh83UQ+tyIr0C8I22ntOoezh8hl8GW5/7KA FLrwmvWWRnV48bxkKHwIqOEqLFttpWzWgAgPn1TF+VFk8eWNqM6UQYeNud8Dxbm5NwfH /iGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=wu3pup59DtCBg0g0aepg9wKR7MzhllJ8wct0+ioUyps=; b=kyMu1D7KsgHXyOt/wwZS2M9IS9Y/uxECIXj03iX0gsERSrSfJXgDrJeRndL6LFB4bR cEtlIg/+xGcGRXPA5S6TJjBXKrYAdc+jFWywwT10cKQSM8QqLYmMI+h+Tc7/gGgFGflK 6wlTlyLkqeiHdLF+JYJZYxyyNu8RvxD6c4T18rpN8hZLF2aW/vKcDxIZvRkRt+x8gDd3 +O5V+O813/9UyrtD5BzqUwqDqDRq3GFt9k2Hh9WItv+qD5zKqDOLD1zaZYcFo5gBPxRe nY4hNkKuufEjnCOGqgepdVvgcIpUCKDCMkCbdCvqWZzC2D87l2+LSbf064IKNulzSLRM uBnw== X-Gm-Message-State: AG10YOTJQ8xjrdONjelytl8rSlbDsNHfEEetNk3pi20ziHePaZFdTDgGu2daOhGNX19/+ewDIf9SAvQo2Xw8JQ== X-Received: by 10.107.132.90 with SMTP id g87mr23757617iod.157.1456105471046; Sun, 21 Feb 2016 17:44:31 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 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:103321 On Mon, Feb 22, 2016 at 8:37 AM, Albert-Jan Roskam wrote: > IIRC, you have to do > sudo apt-get install build-essential python-dev > ... then re-compile python That may well work, but it's probably easier to work this way: sudo apt-get build-dep python3 That should grab all the compilation dependencies of the python3 package, which on Wheezy is a 3.2 IIRC. The deps haven't changed since then AFAIK. When you build, you should get a summary at the end that tells you about any modules that couldn't be built. The most common reason for that is missing deps. If you still have any after running the above, post here and we may be able to more directly advise. ChrisA