Hi over there !
I have a small problem, a bit similar Isaac Wagner rescribed some time
ago:
"Isaac Wagner wrote:
I created a wxPython program and then ran py2exe on it. The
resulting
exe works fine on my computer, but when I tried to run it on
another
computer I get the error:Can’t create window of class wxWindowClassNR (error 14: Not Enough
Storage is Available to Complete the Operation)Any ideas?
What are the differences between the two machines (version of Windows,
memory, relevant installed software, etc.) Which version of wxPython is
it?
···
–
Robin Dunn
Software Craftsman
http://wxPython.org
Java give you jitters? Relax with wxPython!"
My GUI-testSw (as .exe) was made by Win2k Pro: Python 2.5; wxPython
2.8.3.0 and Py2exe 0.6.6 and works fine!
when I tried it with Win98 I got Error message:
can´t create window of class wxWindowClassNR (error 0: the
operation completed succesfully)
Any more Ideas ?
Thanks and regards,
dlaraH
dwblas wrote:
Looks like MSWindows2000 won’t run on MSWindows
98. It might work the other way around, but I really don’t know.
Thanks!
- First I tried to find out the reason(s) for the Errormsg.,
which obviously is generated by python.dll(?)
- From documention available via Internet I however could not trace the
trigging point !!
- All the (belongings) *.dll´s listed in the compilation list of
py2exe are existing on both OS´s(Win98 and W2k)
- therefore the .exe-file should work on both os´s - or is there a bug
somewhere ?
- Next my intension is to try to run my GUI test.exe-file on other
OS´s (Win 95, Me, Xp and Vista)
Hopefully the suitable combination of OS´s vs. `python´- versions could
be found to produce platform-independent GUI.exe-code ??!
- Could somebody advice me in this matter !?
Thanks and regards,
dlaraH
PS. I ran recently my GUI test.exe-file named moro.exe
on various OS´s with surprisising results:
I) On WinMe I got error.log as follows:
Traceback (most recent call last):
File “Moro.py”, line 1, in
File “zipextimporter.pyo”, line 82, in load_module
File “wx_init_.pyo”, line 45, in
File “zipextimporter.pyo”, line 82, in load_module
File “wx_core.pyo”, line 4, in
File “zipextimporter.pyo”, line 98, in load_module
ImportError: MemoryLoadLibrary failed loading wx_core_.pyd
II) On Xp and W2k-Emulation Mode I
got error.log as follows:
Traceback (most recent call last):
File “Moro.py”, line 1, in
File “zipextimporter.pyo”, line 82, in load_module
File “wx_init_.pyo”, line 45, in
File “zipextimporter.pyo”, line 82, in load_module
File “wx_core.pyo”, line 14244, in
File “zipextimporter.pyo”, line 82, in load_module
File “wx_gdi.pyo”, line 2972, in
File “wx_gdi.pyo”, line 2781, in AddCatalogLookupPathPrefix
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xf6 in position
33: ordinal not in range(128)
III) On Xp Me/Win98 and Win95-Emulation modes my
GUI-Test.exe-file worked perfectly again !
Very strange for me ! - could somebody advice !?
Thanks
dlaraH