[wxPython-users] Re: Platform<=>version conflict or what?
Robin Dunn
robin at alldunn.com
Wed Apr 25 14:19:03 PDT 2007
Jorma Paavola wrote:
> Robin Dunn kirjoitti:
>> Jorma Paavola wrote:
>>> Hi over there !
>>>
>>> I have a small problem, a bit similar Isaac Wagner recribed some time
>>> ago:
>>>
>>
>>> My GUI-testSw was made by Win2k Pro: Python 2.5; wxPython 2.8.3.0 and
>>
>> Unicode or ansi build?
>>
>>
>>> Py2exe 0.6.6 and works_ fine_!
>>> when I tried it with *Win98* I got Error message:
>>> *can´t cteate window wxWindowClassNR (error 0: the operation
>>> completed succesfully)*
>>>
>>
>> Does the app have the same problem if it is run on the win98 machine
>> in the natural form (meaning without py2exe)?
>>
> Hi!
>
> Sorry for long reply due my stupid forum-problems!
>
> Now shortly:
> - Unicode
You may want to try the ansi build. The Unicode APIs are not native on
win9x/Me machines, and are just emulated by the MSLU library with minor
error checking.
> - By meaning I try to make "clean install" first, this however may not
> work, because I suspect now, that all the necessary general depencies
> are possible not specified(during compilation with py2exe) for that ?
> - I also ran my GUI-testSW on Me- and Xp-OS´s and on Xp w2k emulation
> mode, which gave nearly similar tracebacks.
Sorry if I don't understand you, but does this mean you tried running on
winMe a version of your app *without* py2exe? Meaning you ran "python
yourapp.py" on the winMe or win98 box?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list