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)
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!
I got it finally. Thanks. It turned out that there was a rogue
process consuming all the system memory. Once that will killed
eveything started working.
-Isaac
···
On 1/29/07, Robin Dunn <robin@alldunn.com> wrote:
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!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org