Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36366 > unrolled thread
| Started by | kwakukwatiah@gmail.com |
|---|---|
| First post | 2013-01-07 17:35 -0600 |
| Last post | 2013-01-07 17:35 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
help kwakukwatiah@gmail.com - 2013-01-07 17:35 -0600
| From | kwakukwatiah@gmail.com |
|---|---|
| Date | 2013-01-07 17:35 -0600 |
| Subject | help |
| Message-ID | <mailman.230.1357581193.2939.python-list@python.org> |
[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 top | Article view | comp.lang.python
csiph-web