On Wed, 20 Oct 2010 13:29:05 -0700, Ian Scott
wrote:
> I'm trying to build the latest snapshot of PyQt. Our environment
> includes Python 2.5, and it looks like QtDeclarative uses
> Py_TPFLAGS_STRING_SUBCLASS, which is only in 2.6+:
>
> qpydeclarativelistproperty.cpp:67: error: 'Py_TPFLAGS_STRI
I'm trying to build the latest snapshot of PyQt. Our environment
includes Python 2.5, and it looks like QtDeclarative uses
Py_TPFLAGS_STRING_SUBCLASS, which is only in 2.6+:
qpydeclarativelistproperty.cpp:67: error: 'Py_TPFLAGS_STRING_SUBCLASS'
was not declared in this scope
Will QtDeclarat