wxPython 2.4.0.4 -- program terminates

I have a stable app that consists mainly of a notebook with a set of
listctrls. After loading 2.4.0.4, the application now terminates abnormally
shortly after loading. It works fine under 2.4.0.2. I am running Windows
XP and Python 2.2.2. I have gone through most of the demo and everything
seems to work. I have the drwatson error log, which means nothing to me --
would this be of use to anyone in trying to identify the problem?

listctrls. After loading 2.4.0.4, the application now terminates abnormally
shortly after loading.

I had to change a whole bunch of 'true/false' to True/False to get my code
working correctly.

Roger

The parameters for wxNotebook.AddPage have changed, check that.

Leazen

Zatz, Steve wrote:

ยทยทยท

I have a stable app that consists mainly of a notebook with a set of
listctrls. After loading 2.4.0.4, the application now terminates abnormally
shortly after loading. It works fine under 2.4.0.2. I am running Windows
XP and Python 2.2.2. I have gone through most of the demo and everything
seems to work. I have the drwatson error log, which means nothing to me --
would this be of use to anyone in trying to identify the problem?