Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36366
| 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 | <kwakukwatiah@gmail.com> |
| 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 | <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.230.1357581193.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
download wxpython but whenever I try to use it I get this I’m a beginner in python pls I need help.
Traceback (most recent call last):
File "C:/Python27/wxp.py", line 1, in <module>
import wx
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py", line 45, in <module>
from wx._core import *
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 4, in <module>
import _core_
ImportError: DLL load failed: %1 is not a valid Win32 application.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
help kwakukwatiah@gmail.com - 2013-01-07 17:35 -0600
csiph-web