Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python': 0.09; 'sep': 0.09; 'sat,': 0.15; '3.3.': 0.16; '3:27': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'least,': 0.16; 'subject:Accessing': 0.16; 'subject:dll': 0.16; 'sure.': 0.16; 'wrote:': 0.17; 'version.': 0.17; 'received:209.85.214.174': 0.21; '3.2': 0.22; 'installed': 0.23; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'strongly': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'though.': 0.29; 'fri,': 0.30; 'helpful': 0.30; 'to:addr :python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'possible': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; "you've": 0.61; 'upgrading': 0.62; 'due': 0.66; 'wish': 0.70; '2.5.4': 0.84; 'upgrade,': 0.84; 'fyi': 0.91; 'migrating': 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 :content-type; bh=JN/ykgpsAa6NsiKLoURVptvoWGRtU9geeUe7q3lr5I8=; b=BpZRbKl8c8DtduGPO21PxPYtgl8iatMwMcxKhZthfR8iX80LBRKNGUNC9YJKWP/X/M p/oqb3o+BN/Wl7y066Ddsd+BjJqkSbHFv1ZbBi3fyvNFmC1gXRgG8s36TPfWR3NV7eyv r98/kr89xQvHqpehmjlkNZZd5Hosz9eJP9hqAcSCDLVB4miIEzyqaa+wsKz33+IAy7QY 7EafNzHFNIyt/EB+e155VnU+lx58GXSN34QmV0xU86cW9Gt64NUG8Ua60xz70i7d7Zcl O36c/2hPW7vvJryvEBbbJ/CdzvF8oYEQpd1wL71wWVJppLHJfYXX7duf60y2DYnhPVuJ NlEQ== MIME-Version: 1.0 In-Reply-To: <5b2b86a1-7fb5-4db9-be6a-4b720af936f2@d7g2000vbv.googlegroups.com> References: <0e642403-36e9-4945-9efb-4d074d7d0eb2@s5g2000vbj.googlegroups.com> <02c28de7-e672-4850-b684-d2cb4e3128b6@fm12g2000vbb.googlegroups.com> <5b2b86a1-7fb5-4db9-be6a-4b720af936f2@d7g2000vbv.googlegroups.com> Date: Sat, 8 Sep 2012 21:21:04 +1000 Subject: Re: Accessing dll From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347103267 news.xs4all.nl 6950 [2001:888:2000:d::a6]:39561 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28719 On Sat, Sep 8, 2012 at 3:27 AM, Helpful person wrote: > On Sep 7, 5:16 am, Chris Angelico wrote: >> On Fri, Sep 7, 2012 at 1:44 AM, Helpful person wrote: >> > FYI >> >> > My Python version is 2.5.4 >> >> You may wish to upgrade, that's quite an old version. Unless >> something's binding you to version 2.x, I would strongly recommend >> migrating to 3.2 or 3.3. >> >> ChrisA > > Upgrading is not possible due to the large number of programs using > the early version. Sure. At least you've considered it. :) Do look into moving up to 2.7, at least, though. And of course, you can have multiple Pythons installed simultaneously, allowing you to migrate only when you're ready. ChrisA