新手刚装了wxpython,但运行demo都不行

新手刚装了wxpython,但运行demo都不行

我装的wxPython2.8-win32-unicode-2.8.9.1 for python2.6 的版本。但是运行demo程序提示
C:\Python26\wxPython2.8 Docs and Demos\wxPython\samples\wxPIA_book\Chapter-01>py
thon hello.py
Traceback (most recent call last):
  File "hello.py", line 5, in <module>
    import wx
  File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py", line 4
5, in <module>
    from wx._core import *
  File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 4, i
n <module>
    import _core_
ImportError: DLL load failed: This application has failed to start because the a
pplication configuration is incorrect. Reinstalling the application may fix this
problem.

那位大侠給解释一下是怎么回事?如何解决啊?
DLL的加载失败:这个应用程式无法启动,因为一
应用配置是不正确的。重新安装应用程序可能会修复此问题
的问题。
在最后一句中说道那个错误!
我重新装了也不管用。后来我python-2.6卸掉,装了ActivePython-2.6,再装wxpython和
demos现在可以用了。不知道是不是之前python-2.6版本上少了什么。