[wxPython] with 2.3 i became low memory warnings from wxPython

hi

yesterday i install 2.3 and checked out what has changed...
It seems that all is fine in my app, but there are at least one
problem.

i have a notebook which load the pagecontent only if the
page is selected. I need this behavior because it takes
6 secs to load the notebook without interactive loading of
the pages. wxPython loaded the pages... all cool.
But on the 8 (of 9) page the font changed to (i think that this
is the font) Arial 10 bold. And there are no images at all. Buttons
have no 3D Border, only a light_grey border. Crazy i thought and
took a screenshot, but wxpython says there is no more memory
to load the images. I know that my functions take a high
memory-usage, but all works fine with 2.2.

so i need to know what have changed with 2.3 which probably
create this error? then i can figure out the point in my code
which i have to optimize. until then i will check out all of my
functions and optimize them.

i know, that you need more infos but i don't know which more infos
to give...

Also there are the printing on the end of wxPythonProgramms.
It seems that these are printed out objects which have not been
deleted at closing the programm
- How can i print the output at the end of my program to
  a file?
- I have a problem with a timer. Which method in a derived
  TextCtrl Class is called if the instance is closing?

another thing that may be interesting:
- In the Demo/Imagebrowser. Change to gif and select to "splash.gif"
  Immediatly change back to image%.gif. my PC paint image%.gif over
  splash.gif several times without deleting splash.gif. A little bug?

Win98 II with all recommed Updatez
Python 2.0
wxPython 2.3
win32extensions for python

thx, reen

Rene Freund
rene@meder.de

p.s. Did you optimize the representation of a wxPy program?
       All items look clearer and more sharpen...