after installation of wxPython I tried the
Demo and it fails saying:
e:\projects\wx\src\msw\settings.cpp(236):
assert "wxAssertFailure" failed: failed to
get LOGFONT.
On Win98, Python 2.1.3 I tried it with
wxPythonWIN32-2.4.1.2-Py21.exe and
wxPythonWIN32-2.4.0.2-Py21.exe
Are you sure that it wasn't the unicode version that you installed? (They have a 'u' at the end of the version number.) If so then please verify that the unicows.dll file was installed (should be in your WINDOWS\SYSTEM dir) and that it accessible.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!