Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fdn.fr!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'martin': 0.11; 'python': 0.11; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sqlalchemy': 0.16; 'later': 0.20; 'seems': 0.21; 'header :User-Agent:1': 0.23; 'together.': 0.24; 'versions': 0.24; "i've": 0.25; 'tutorials': 0.26; 'header:X-Complaints-To:1': 0.27; 'errors': 0.30; 'start,': 0.30; 'writes:': 0.31; 'anyone': 0.31; 'compatible': 0.32; 'problem': 0.35; 'version': 0.36; 'url:org': 0.36; 'ben': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'obvious': 0.74; '3.4': 0.84; 'received:125': 0.84; 'results,': 0.84; 'url:sqlalchemy': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: SQLAlchemy tutorial Date: Sun, 03 Aug 2014 20:17:56 +1000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:hRY0E5vTrxqq6igsbZfOO3AQzbU= 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407061095 news.xs4all.nl 2907 [2001:888:2000:d::a6]:53418 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75586 Martin S writes: > Problem is the [SQLAlchemy] tutorials I've been looking at all produce > various errors when following them (and pretty early on). SQLAlchemy has been progressively adding support for Python 3, so it matters which version of SQLAlchemy you install. For best results, it seems SQLAlchemy version 0.9 or later supports Python 3 seamlessly. > Anyone got a suggestion for SQLAlchemy and Python 3.4 they can > recommend? The official documentation is the right place to start, once you can get compatible versions of SQLAlchemy and Python together. -- \ “It seems intuitively obvious to me, which means that it might | `\ be wrong.” —Chris Torek | _o__) | Ben Finney