On Thursday 11 March 2004 23:50, Tuvi, Selim wrote: > Similar error in building the Windows version of PyQt 3.11: > > Checking to see if the QCDEStyle class is a plugin... > cfgtest.cpp > Checking to see if the QInterlaceStyle class is a plugin... > cfgtest.cpp > cfgtest.cpp(5) : error C2061: syntax error : identifier 'QInterlaceStyle' > > Other than that it compiled successfully against Qt 3.3.1.
The above is the correct behaviour. Starting with 3.3.1 the default Windows build puts most of the non-UNIX styles into plugins which PyQt doesn't handle. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
