crash with python23 + wxpython2407 + py2exe

Hi all,

win98se, python 2.3, wxpython 2.4.0.7, py2exe 0.4.1 for py2.3

I have a problem when running a created exe for windows.
Four examples:

1) Pure python script.
Creation of an exe file: ok
Runnig: ok

2) A wxPython application of a small size, like a unique frame
Creation of the exe: ok
Running: I got ~5 times the following warning in the dos window:
warning: use func(*args, **kwargs) instead of apply(func, args, kwargs).
The application works.

3) An application like superdoodle.py
Same as in 2), but I got ~20 times the warning line.

4) A quite large application:
I got n-times (?) the warning line. So many times, that the application
crashes and can not be executed.

From what I see, it seems the msvcrt.dll does not like so many warnings

(something like a stack overflow?)

I never had this type of problem under py 2.2.
I did not check this type of problem using wxPython 2.4.1.2 (buggy stc control)

Any suggestion? Thanks.

Jean-Michel Fauth, Switzerland