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


Groups > comp.lang.python > #76141

Re: Begginer in python trying to load a .dll

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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'great.': 0.07; 'subject:trying': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'program?': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'subject: .': 0.24; 'cc:2**0': 0.24; 'least': 0.26; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'received:google.com': 0.35; 'entire': 0.61; 'line,': 0.68; 'to:none': 0.92
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:cc :content-type; bh=jOTstEmRIV2iwNiUTTL11bF0RGiq/5rMdT+XGnijRfQ=; b=ltxxpG7zYEbH0/zwLlY3xEThEShNNnGAWdtpjTpHmxs+kXd9vH3eCzZreaaB+fIpP6 xxlLILqUB8nz3J6GjnqCZ/NMuDqxyK0K0vxQlLglvqgbk1ZTHUVh5TSfxLm2KPI0i0GQ 6pd1ei87DbLOCvUp+/XglkMb4LSwWtKlmX2RBMJXYISiWbkdWapQ4dMOkO3WI7komvLt thiMzROQ4Sw3DN0JJTsqUUI9sDj0D1r2v4cexlxl8C9R+RdUFVPDecpARUEpvDNUgf/c NoRt/41S2kYbPLeIuGEb+uMvqLJIPHRZrQc/MpdUVU9ghhha/7jSWQp3+lkafU/XDABj OZww==
MIME-Version 1.0
X-Received by 10.50.80.76 with SMTP id p12mr988629igx.34.1407870553601; Tue, 12 Aug 2014 12:09:13 -0700 (PDT)
In-Reply-To <20140812115854.19cdccad@rg.highlandtechnology.com>
References <3dade0aa-55ca-4e52-af08-8104e9edf4c3@googlegroups.com> <b6940b3e-c5b0-4f73-a830-32a3aae82654@googlegroups.com> <20140812115854.19cdccad@rg.highlandtechnology.com>
Date Wed, 13 Aug 2014 05:09:13 +1000
Subject Re: Begginer in python trying to load a .dll
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.12896.1407870555.18130.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407870555 news.xs4all.nl 2835 [2001:888:2000:d::a6]:56350
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76141

Show key headers only | View raw


On Wed, Aug 13, 2014 at 4:58 AM, Rob Gaddi
<rgaddi@technologyhighland.invalid> wrote:
> Great.  And that fails in what way, on which line, with what error message?

And, is that the entire program? Because if it is, then I can see at
least one problem, a NameError.

ChrisA

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


Thread

Begginer in python trying to load a .dll c1223 <camilocelyg@gmail.com> - 2014-08-12 11:36 -0700
  Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 04:44 +1000
  Re: Begginer in python trying to load a .dll Skip Montanaro <skip@pobox.com> - 2014-08-12 13:48 -0500
  Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 19:52 +0100
  Re: Begginer in python trying to load a .dll Chris Kaynor <ckaynor@zindagigames.com> - 2014-08-12 11:55 -0700
  Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 11:56 -0700
    Re: Begginer in python trying to load a .dll Rob Gaddi <rgaddi@technologyhighland.invalid> - 2014-08-12 11:58 -0700
      Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 05:09 +1000
        Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:13 -0700
          Re: Begginer in python trying to load a .dll Laurent Pointal <laurent.pointal@laposte.net> - 2014-08-19 18:44 +0200
            Re: Begginer in python trying to load a .dll "ElChino" <elchino@cnn.cn> - 2014-08-19 19:46 +0200
  Re: Begginer in python trying to load a .dll Christian Gollwitzer <auriocus@gmx.de> - 2014-08-12 21:16 +0200
    Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:25 -0700
      Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 21:17 +0100
        Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-13 08:25 -0700

csiph-web