Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103326

Re: SQLite

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Klaus Jantzen <k.d.jantzen@mailbox.org>
Newsgroups comp.lang.python
Subject Re: SQLite
Date Mon, 22 Feb 2016 09:40:59 +0100
Lines 37
Message-ID <mailman.34.1456130958.20994.python-list@python.org> (permalink)
References <56C9EFB6.1090309@mailbox.org> <DUB123-W103AD6A677F175CB926D1183A20@phx.gbl> <CAPTjJmofw+V5CxfQcOy9cmjyxquU0gLdT-UcSBXd5vFSKMnU+g@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset="utf-8"
X-Trace news.uni-berlin.de +utA9ywfZSrwKgm0ZZ/j9wWcckhu+KoFFil4H4baFosg==
Return-Path <k.d.jantzen@mailbox.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python3': 0.05; '22,': 0.09; 'way:': 0.09; 'python': 0.10; 'package,': 0.13; '2016': 0.16; 'afaik.': 0.16; 'email addr:hotmail.com&gt;': 0.16; 'hint': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sudo': 0.16; 'wrote:': 0.16; 'compilation': 0.18; 'tells': 0.18; 'work,': 0.21; '3.2': 0.22; 'advise.': 0.22; 'am,': 0.23; 'feb': 0.23; "haven't": 0.24; 'downloaded': 0.24; 'thus': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'build,': 0.29; 'built.': 0.29; 'summary': 0.29; 'probably': 0.31; 'post': 0.31; 'compiled': 0.32; 'changed': 0.33; 'source': 0.33; 'common': 0.33; 'running': 0.34; 'but': 0.36; 'should': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'missing': 0.37; 'end': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'above,': 0.63; 'more': 0.63; 'information': 0.63; 'grab': 0.64; 'here': 0.66; 'apt-get': 0.84; 'build-dep': 0.84; 'chrisa': 0.84; 'python-dev': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received; s=mail20150812; t= 1456130460; bh=551WBPfg2rm2vxmWRhUzIvZz3mzGqRK/ZnT1bpl9ilY=; b=m 98GsjElP7dd9G7F3uQwsVIlryztUbIG5yqFVNDpgdUwrdD6nL1Ga9HLH0xj5ZZIp NFCz8hsLUWuLN84JS+IU0tCQaOKgg1UmLjwI5lAghjNcHMfTrg4RuHKYSv43BQxo 9qVsrA83YC+QNKk/0ON18TMM1hY5D9ldduNSkkJ58DqGnBcWP7zF3fJWj59KV0dm kCcXo5mrvV46Wktn6461pbTTRrMpFrdjcJyNKStmLl1Wgmbha7al/iu6MKhBtuq6 g6gDB6EQh+co4j/gwodHs+pp8klEJdZuVEmjq29DLK77xMHBa5mZfIyvtXVDjFU0 sa845C5zCVY5BeNwXMYGg==
X-Virus-Scanned amavisd-new at heinlein-support.de
X-Enigmail-Draft-Status N1110
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0
In-Reply-To <CAPTjJmofw+V5CxfQcOy9cmjyxquU0gLdT-UcSBXd5vFSKMnU+g@mail.gmail.com>
X-Content-Filtered-By Mailman/MimeDel 2.1.21rc2
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21rc2
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:103326

Show key headers only | View raw


   On 02/22/2016 02:44 AM, Chris Angelico wrote:

 On Mon, Feb 22, 2016 at 8:37 AM, Albert-Jan Roskam
 [1]<sjeik_appie@hotmail.com> 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

   That did not work because I did not install Python 3.5. with apt-get
   but downloaded the source and compiled myself.
   Thus apt-get does not have any information about the Python 3.5
   installation.
   I got it to work following the hint by Albert-Jan Roskam.
   --

   K.D.J.

References

   Visible links
   1. mailto:sjeik_appie@hotmail.com

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: SQLite Klaus Jantzen <k.d.jantzen@mailbox.org> - 2016-02-22 09:40 +0100

csiph-web