I'm pleased to announce the 2.6.0.1 release of wxPython...
Many thanks as always, but it has a problem on my system (XP SP2). After
uninstalling 2.6.0.0 and installing 2.6.0.1 I get:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 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 ?
File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\__init__.py",
line 44,
in ?
from wx._core import *
File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\_core.py", line
13387,
in ?
from _controls import *
File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\_controls.py",
line 4,
in ?
import _controls_
ImportError: DLL load failed: The specified procedure could not be
found.
ImportError: DLL load failed: The specified procedure could not be
found.
Also seen here.
Hugh
I don't see this.
Python 2.4.1, Win XP Pro SP1, wxPython 2.6.0.1
See you
Werner
···
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
import _controls_
ImportError: DLL load failed: The specified procedure could not be
found.
Is it possible that there was a wxPython program running when you did the install and so the old DLL was still in use (and so it would not have been replaced by the new one)? Normally the installer should detect that and tell you that it needs to reboot before the installation will be complete, but maybe that failed for some reason.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!