Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!eweka.nl!hq-usenetpeers.eweka.nl!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'received:209.85.223': 0.03; 'beginner': 0.05; 'importerror:': 0.05; 'skip:" 60': 0.05; 'subject:help': 0.07; 'python': 0.09; 'failed:': 0.09; 'i\xe2\x80\x99m': 0.16; 'received:74.115': 0.16; 'wxpython': 0.16; 'load': 0.19; 'import': 0.21; 'help.': 0.22; 'skip:" 20': 0.26; '(most': 0.27; 'dll': 0.27; 'skip:& 10': 0.29; 'file': 0.32; 'traceback': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:from:to:subject:date:mime-version :content-type:x-priority:x-msmail-priority:importance:x-mailer :x-mimeole; bh=FwOqr8IaVVWM+bGasiy0MeKj3/XtFRiei+EEscJdtiM=; b=hqbcqrd3SxxfYbM29Crme293xHCUwrQYhQnLJNKNS6lss7jF+G5DEi7qceVYYCYOGR ECODm/XHTm9zRVkA2fTOu3TgnBo69PoVgvf6cepYt9yThTdTPh2Bx2S24UPLYcnL7h4l Fjs342IKRHLwaF4ZyfRdanIYVCmI1jlHRbZMhFb56f5GBl/U7n/WnpwdJthWOH8sVjhj vCRaRfEyGot+TiGu3Z+IR+0lrX4ckM09qP/dasVg9/yHy/svnTu5DM9bpmFSc5iw1maN F4QZcdINDk3E0u3OWPVgSh5My5XCdzP4+WwnqRcWSh4QguNpU31aA+PV9qcmknEPEo5Z 8FoQ== X-Received: by 10.50.161.169 with SMTP id xt9mr6123348igb.62.1357580113804; Mon, 07 Jan 2013 09:35:13 -0800 (PST) From: kwakukwatiah@gmail.com To: Subject: help Date: Mon, 7 Jan 2013 17:35:02 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01CDECFD.52EC95D0" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 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: 49 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357581193 news.xs4all.nl 6915 [2001:888:2000:d::a6]:34130 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36366 This is a multi-part message in MIME format. ------=_NextPart_000_001B_01CDECFD.52EC95D0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable download wxpython but whenever I try to use it I get this I=E2=80=99m a = beginner in python pls I need help. Traceback (most recent call last): File "C:/Python27/wxp.py", line 1, in import wx File = "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py", line = 45, in from wx._core import * File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", = line 4, in import _core_ ImportError: DLL load failed: %1 is not a valid Win32 application. ------=_NextPart_000_001B_01CDECFD.52EC95D0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
download wxpython but whenever I try to use it I get this = I=E2=80=99m a beginner in=20 python pls I need help.
Traceback (most recent call last):
  File "C:/Python27/wxp.py", line 1, in <module>
    import wx
  File=20 "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py", line = 45, in=20 <module>
    from wx._core import *
  File = "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",=20 line 4, in <module>
    import _core_
ImportError: DLL load failed: %1 is not a valid Win32=20 application.
------=_NextPart_000_001B_01CDECFD.52EC95D0--