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.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> <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 Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Aug 13, 2014 at 4:58 AM, Rob Gaddi 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