Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.103 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'api': 0.11; 'pm,': 0.11; 'error:': 0.14; 'wrote:': 0.14; 'library': 0.15; 'invoking': 0.16; 'header:In-Reply-To:1': 0.22; 'thu,': 0.22; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'hi,': 0.29; 'invoke': 0.31; 'to:addr:python-list': 0.32; '\xa0\xa0\xa0': 0.33; 'open': 0.35; 'question': 0.35; 'it?': 0.37; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'header:Received:5': 0.40; '2011': 0.62; '1:00': 0.84; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84; 'subject:Access': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=zVxNYmVelv8M1eIrqj4NVisqaOFw76Chq2ROXlid5tI=; b=oAAbbeE3JJjS5PnZwvoO4vgAQMjHPFC+rtKV6asOGLizjpwuD4NnNns+Pr2DG7apNA KXWswZOYPPAfcCU5FtKKlWT5J6HNnn522VuLtAtfRoVpZ/3m7sHtJ3V2FYAP4pZCyl4c L0fTWxEcXg50F4IgHrhj/uN1rbuT/EI5PqNQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=D16PbLUFspJPMSv6R0/FSMKlF8cGjcpeJim6kKw7xlPFGkFwNWSK0Ou4UdAxB1CRvP gmV+SwOENjGaLb81icWLFf470D6sol6sQ5CLPnuBrGNKz59QfTGG4CtD6vnd5T841TkO 2y0cPx4U/btgdIhJ2MAj45uyHQvkCIWzIrOnU= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 28 Apr 2011 13:26:13 +1000 Subject: Re: Access violation reading 0x00000010 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303961178 news.xs4all.nl 81481 [::ffff:82.94.164.166]:38252 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4201 On Thu, Apr 28, 2011 at 1:00 PM, yuan zheng wrot= e: > Hi, > =A0=A0=A0 everyone. I have a question when I invoke an api which is inclu= ded a > library > open by CDLL. And then it will prompt the follow error: How are you invoking it? Chris Angelico