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


Groups > comp.lang.python > #75586

Re: SQLAlchemy tutorial

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 <python-python-list@m.gmane.org>
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 <ben+python@benfinney.id.au>
Subject Re: SQLAlchemy tutorial
Date Sun, 03 Aug 2014 20:17:56 +1000
References <CAHXoDSA0ObRvMdbpqoiW7tapv+bjZ_TFQt9k91-9mq_RhNEBXA@mail.gmail.com>
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 <bignose+hates-spam@benfinney.id.au>
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.12575.1407061095.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


Martin S <shieldfire@gmail.com> 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
<URL:http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html#targeting-python-2-6-and-up-now-python-3-without-2to3>
supports Python 3 seamlessly.

> Anyone got a suggestion for SQLAlchemy and Python 3.4 they can
> recommend?

The official documentation <URL:http://docs.sqlalchemy.org/> 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

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


Thread

Re: SQLAlchemy tutorial Ben Finney <ben+python@benfinney.id.au> - 2014-08-03 20:17 +1000

csiph-web