<html>
<body>
<font color="#800000">I just installed python-2.6.2.msi from Python.org
and wxPython2.8-win32-ansi-2.8.10.1-py26.exe and now can't import this
wx. (I had 2.4, but uninstalled)<br>
This reminds me of a basic question I had before: what are the compilers
used for the Win32 binaries? Is this a compiler compatibility issue? a wx
bug?<br><br>
</font>C:\projects>python<br>
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on<br>
win32<br>
Type "help", "copyright", "credits" or
"license" for more information.<br>
>>> import wx<br>
Traceback (most recent call last):<br>
File "<stdin>", line 1, in <module><br>
File
"C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\__init__.py",
line 45,<br>
in <module><br>
from wx._core import *<br>
File
"C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",
line 4, in <<br>
module><br>
import _core_<br>
ImportError: DLL load failed: The specified procedure could not be
found.<br>
>>></body>
</html>