[EMAIL PROTECTED] wrote: > > After upgrading from 3.1 to 3.2rc4 (Windows NT 4.0, sp6a, python 2.1.3, Qt > 3.0.3), I'm seeing a lot of new crashes on calls to simple methods like > centralWidget() and parent(). Here's a simple example which crashes. Is > anyone else having this sort of trouble?
One one Windows specific change that was made was to use the -MD rather than the -MT compiler flag so that it matches the default used to build Python and Qt. If you are building with different defaults, that might make a difference. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
