Installation Problem on Win98 - Demo Crashes : wxAssertFailure getting LOGFONT

Hi,

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

I am sure this is my fault as I already had
wxPython working both on Python 2.1
and 2.2 but I deinstalled it while
messing around with PyQT.

Can you point me to the right direction?
Is there a problem with PyQT and wxPython?

Thank you for your help.

Mitja Martini

Mitja wrote:

Hi,

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!