Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'beginner': 0.05; 'importerror:': 0.05; '64-bit': 0.07; 'subject:help': 0.07; 'python': 0.09; '32-bit': 0.09; 'failed:': 0.09; 'system?': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wxpython': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'load': 0.19; 'help.': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'dll': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'to:addr :python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'charset:windows-1252': 0.65; '2013': 0.84 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:content-transfer-encoding; bh=CwhYErcnAqb3Pp3w9Wur8Gy5DkPH2oZU5U1n+K5ECw8=; b=FRgj3wPfFiGumy+F/M02N23IIrBEYloV2TrnUFOYOgi8dZ3vH0d/12gU3bogCSDdSr lCzle0xO6+Rk19HuaNVtE/lCfYaap8VxmIw3d5JDRYNDr7Oi9JNyU6UuHTL2XpCCUcMj nW8vrQ/5ZMMFPanljQIZfN8iBAf2xEpOnTiMySzfOowgMwqJQKcD+YOvYut7x2sSumGd fZYbTVwKaZxgGZZmvumF8nsb/3KvUXcsuJjuqY0vcEJIb17LWVFAf2nIMy4EVwkmeF4+ cXTxMVuiEdorBsQyYJE9FS1ryvPZ0qi4fMdE6UTKgYz1qyOmozG/XdP2ny//plvAsBMh RvGw== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 8 Jan 2013 06:37:48 +1100 Subject: Re: help From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357587472 news.xs4all.nl 6966 [2001:888:2000:d::a6]:38058 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36372 On Tue, Jan 8, 2013 at 10:35 AM, wrote: > download wxpython but whenever I try to use it I get this I=92m a beginne= r in > python pls I need help. > > ImportError: DLL load failed: %1 is not a valid Win32 application. Did you download the 64-bit version on a 32-bit system? Chris Angelico