New 2.6 and wx install => DLL load failed: The specified procedure could not be found

RJ rays at blue-cove.com
Tue Aug 11 16:52:04 EDT 2009


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)
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?

C:\projects>python
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import wx
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File 
"C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\__init__.py", line 45,
in <module>
     from wx._core import *
   File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", 
line 4, in <
module>
     import _core_
ImportError: DLL load failed: The specified procedure could not be found.
 >>> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090811/093fe4e2/attachment.html>


More information about the Python-list mailing list