Re: Stable GUI + wxPython memory leak

2005-02-17 Thread Sion Arrowsmith
Peter Hansen <[EMAIL PROTECTED]> wrote: >Viktor wrote: >> I just noticed that wxPython is leaking memory?! Playing with >> wxPython-demo, I started with 19MB used, and ended whith almost 150MB >> used?! >> It's wxPython 2.5.3.1 running on Python 2.4. >On which platform? > >And how are you measurin

Re: Stable GUI + wxPython memory leak

2005-02-17 Thread Fredrik Lundh
Viktor wrote: > Doesn't free the memory. The memory stays occupied. OK, when I do the > same thing again, no additional memory is occupied. He uses the same > memory allocated first time, but why doesn't he free it and why memory > isn't fread up even if I explicitly call the memory is released,

Re: Stable GUI + wxPython memory leak

2005-02-17 Thread Viktor
Peter Hansen wrote: > On which platform? On Linux, and I'm watching the percentage of used memory with *top* or *ps v* (I have 256 MB). The aplication started with 19% used and after 45 minutes playing I saw i eat up almost 70%. I also noticed that: >>> from Tkinter import * >>> l = Listbox() >>

Re: Stable GUI + wxPython memory leak

2005-02-16 Thread Peter Hansen
Viktor wrote: I just noticed that wxPython is leaking memory?! Playing with wxPython-demo, I started with 19MB used, and ended whith almost 150MB used?! It's wxPython 2.5.3.1 running on Python 2.4. On which platform? And how are you measuring this apparent memory consumption? And what happens (assu

Re: Stable GUI + wxPython memory leak

2005-02-16 Thread Viktor
I just noticed that wxPython is leaking memory?! Playing with wxPython-demo, I started with 19MB used, and ended whith almost 150MB used?! It's wxPython 2.5.3.1 running on Python 2.4. -- http://mail.python.org/mailman/listinfo/python-list