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


Groups > comp.lang.python > #69904

Re: Python 2.3 and ODBC

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python.list@tim.thechases.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'lemburg': 0.05; 'subject:Python': 0.06; '(of': 0.07; 'marc-andre': 0.07; 'url:products': 0.07; 'versions,': 0.07; 'chime': 0.09; 'occasionally': 0.09; 'developer': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'project,': 0.12; '-tkc': 0.16; 'btw': 0.16; 'dig': 0.16; 'enough.': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'license.': 0.16; 'mxodbc,': 0.16; 'pilot': 0.16; 'suggest?': 0.16; 'url:egenix': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'module': 0.19; 'cc:addr:python.org': 0.22; 'decorators': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'possibility': 0.29; 'xml': 0.29; '2.3': 0.30; 'newer': 0.30; 'said,': 0.30; 'along': 0.30; 'posting': 0.31; 'extend': 0.32; 'quite': 0.32; 'url:python': 0.33; 'older': 0.33; 'could': 0.34; 'but': 0.35; 'version': 0.36; 'oracle': 0.36; 'charset:us-ascii': 0.36; 'project': 0.37; 'being': 0.38; 'files': 0.38; 'company': 0.60; 'hope': 0.61; 'new': 0.61; 'details.': 0.61; 'show': 0.63; 'management': 0.65; 'to:addr:gmail.com': 0.65; 'between': 0.67; 'incoming': 0.72; 'goal': 0.75; 'business,': 0.83; 'difference.': 0.84; 'pray': 0.84; 'ready,': 0.84; 'received:50.22': 0.84; 'subject:2.3': 0.84; 'good,': 0.91; 'luxury': 0.91; 'urban': 0.91; 'differences': 0.93
Date Tue, 8 Apr 2014 15:32:40 -0500
From Tim Chase <python.list@tim.thechases.com>
To Gabor Urban <urbangabo@gmail.com>
Subject Re: Python 2.3 and ODBC
In-Reply-To <CAL=1hhyiHVXxwmyOAcTeNixeMPdski611R7JY1gfipcWmOf6BA@mail.gmail.com>
References <CAL=1hhyiHVXxwmyOAcTeNixeMPdski611R7JY1gfipcWmOf6BA@mail.gmail.com>
X-Mailer Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu)
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - boston.accountservergroup.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - tim.thechases.com
X-Get-Message-Sender-Via boston.accountservergroup.com: authenticated_id: tim@thechases.com
Cc python-list <python-list@python.org>
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.9041.1396989159.18130.python-list@python.org> (permalink)
Lines 37
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396989159 news.xs4all.nl 2974 [2001:888:2000:d::a6]:47443
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69904

Show key headers only | View raw


On 2014-04-08 22:18, Gabor Urban wrote:
> I am using Python 2.3 on an XP box at my company. (I know it is
> quite outdated, but we could not make the management to upgrade.) I
> have started a pilot project the last week to show the possibility
> of processing incoming XML files and extracting data into Oracle
> tables.
> 
> Now I am almost ready, but need to use an ODBC module with Python.
> What do you suggest?

Your project sounds remarkably like one I maintain for a local
business, though I have the luxury of working with Python 2.*4*
under XP on that project. :-)   That said, the differences between
2.3 and 2.4 are pretty minor; decorators being the big difference.

For that project, the company uses mx.ODBC

 http://www.egenix.com/products/python/mxODBC/

which works with 2.4 and might have a 2.3 build available if you dig
hard enough.  If you main goal is to build a good demo and then
promote to newer versions, eGenix might be willing to extend an
unsupported older version along with a developer license.  I know
Marc-Andre Lemburg (of eGenix) lurks here, posting occasionally with
new releases of mxODBC, so he might chime in with details.

> BTW if my demo will be good, we hope to have an aproval to change
> to Python 3.3

I pray all goes well for you, as the constraints of pre-2.5 chafe
horribly. :-)

-tkc



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


Thread

Re: Python 2.3 and ODBC Tim Chase <python.list@tim.thechases.com> - 2014-04-08 15:32 -0500

csiph-web