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


Groups > comp.lang.python > #28683

Re: Accessing dll

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!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'python': 0.09; 'sep': 0.09; '3.3.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Accessing': 0.16; 'subject:dll': 0.16; 'wrote:': 0.17; 'version.': 0.17; 'received:209.85.214.174': 0.21; '3.2': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'strongly': 0.27; 'message-id:@mail.gmail.com': 0.27; '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; '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; '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=1SAR+9CNU/wmGSene30aITe+TBLCGPSclljwgTCMyYg=; b=xClt3BchopAYN3aTdIljS/7ClthGN2sdmvff8jKuCRv3VflgE19TsIeY13XnJfrRhM fps+QaF8+DG+ac/1feQHrxYlvFnrj/ZB4yzCEC4b52FY0yhLlQprHX1pijvvf5ySF3A6 s3T7P0J+HHnDtHDNMtVarFuMILyNi27dakBy6LY1Td5vf2zc9LCCI5Nvzo6vnedunyaN cSFF91pZ0bt/6e8AVgKMS0KtVqMCx4AYtSGeydyIX+xT0mhEN7D7eniBnokvxss0xdnC xzzgcWA5pFpLjPtbYnLgkXn47lM+murix3Fw9b+omLFPVi9RF7lXEeAobm18lQ/HRnNt RcoA==
MIME-Version 1.0
In-Reply-To <02c28de7-e672-4850-b684-d2cb4e3128b6@fm12g2000vbb.googlegroups.com>
References <0e642403-36e9-4945-9efb-4d074d7d0eb2@s5g2000vbj.googlegroups.com> <mailman.311.1346945430.27098.python-list@python.org> <02c28de7-e672-4850-b684-d2cb4e3128b6@fm12g2000vbb.googlegroups.com>
Date Fri, 7 Sep 2012 22:15:42 +1000
Subject Re: Accessing dll
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.352.1347020146.27098.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1347020146 news.xs4all.nl 6922 [2001:888:2000:d::a6]:33678
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28683

Show key headers only | View raw


On Fri, Sep 7, 2012 at 1:44 AM, Helpful person <rrllff@yahoo.com> 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

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


Thread

Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-06 08:07 -0700
  Re: Accessing dll Jerry Hill <malaclypse2@gmail.com> - 2012-09-06 11:30 -0400
    Re: Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-06 08:41 -0700
    Re: Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-06 08:44 -0700
      Re: Accessing dll Chris Angelico <rosuav@gmail.com> - 2012-09-07 22:15 +1000
        Re: Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-07 10:27 -0700
          Re: Accessing dll Chris Angelico <rosuav@gmail.com> - 2012-09-08 21:21 +1000
    Re: Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-06 09:46 -0700
      Re: Accessing dll Jerry Hill <malaclypse2@gmail.com> - 2012-09-06 12:58 -0400
        Re: Accessing dll Helpful person <rrllff@yahoo.com> - 2012-09-06 10:10 -0700
      Re: Accessing dll MRAB <python@mrabarnett.plus.com> - 2012-09-06 18:17 +0100
  Re: Accessing dll Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-09-06 17:28 +0200
  Re: Accessing dll Tim Williams <tjandacw@cox.net> - 2012-09-06 13:21 -0700
    Re: Accessing dll Tim Williams <tjandacw@cox.net> - 2012-09-06 13:27 -0700

csiph-web