<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="sans-serif">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+:<br>
      <br>
      qpydeclarativelistproperty.cpp:67: error:
      ‘Py_TPFLAGS_STRING_SUBCLASS’ was not declared in this scope<br>
      <br>
      Will QtDeclarative support require Python 2.6 or above?<br>
      <br>
      Ian<br>
    </font>
  </body>
</html>