Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'pyodbc': 0.09; 'windows,': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'guys,': 0.16; 'pilot': 0.16; 'suggest?': 0.16; 'wrote:': 0.18; 'module': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'possibility': 0.29; 'xml': 0.29; '2.3': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'quite': 0.32; 'linux': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'oracle': 0.36; 'project': 0.37; 'files': 0.38; 'pm,': 0.38; 'anything': 0.39; 'sure': 0.39; 'show': 0.63; 'management': 0.65; 'to:addr:gmail.com': 0.65; 'incoming': 0.72; 'ready,': 0.84; 'subject:2.3': 0.84; 'urban': 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:to :cc:content-type; bh=YA3S0ryj1lrJiV2Wmgwmx/DSJUW99jp/2EmqywHpzqU=; b=rimHN9/mb6d3LVAfJE+oWxSeH3e3q8F8ekkSvb+cGEsbISu4X1ob66RpjJYObpREYC kvGsijz7cK9VFzD/NlSYnpvxlNUVJ+Gbk3N+cwDtV9YlNtXbnUQ5L0vcI2/zZR4UgTfl aaT+SvAckioGWeTmuJFjNXxBf3RwIIQ17LJlBtAntxwzi93WZdS7as01b5M4WRHQBVJv rFjI7DYd4RlxLRyZU0OvcP8Yi5XaKkOGh0cp3cy4+4OgcpGx71vQMnfGXo+FqnvWj3qU RqRMsJRYj2OOaPhbxlzOcGK0oAypuJGYb6SPlseW0703zKS/9N3lgh9MqXcaLbxRJPob BdTA== MIME-Version: 1.0 X-Received: by 10.194.89.168 with SMTP id bp8mr3788470wjb.73.1396988654965; Tue, 08 Apr 2014 13:24:14 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Apr 2014 16:24:14 -0400 Subject: Re: Python 2.3 and ODBC From: Larry Martell To: Gabor Urban Content-Type: text/plain; charset=UTF-8 Cc: python-list 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396988662 news.xs4all.nl 2918 [2001:888:2000:d::a6]:44705 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69902 On Tue, Apr 8, 2014 at 4:18 PM, Gabor Urban wrote: > Hi guys, > > 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? I do not know anything about Windows, but on Linux I'm pretty sure pyodbc requires python 2.7 or higher.