[PyQt] ANN: eric 5.1.1 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 5.1.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.13 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 4.4.13. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] Missing method in QGLShaderProgram?

2011-04-02 Thread Brett Stottlemyer
Phil, I am trying to convert the textures.pyw example to run using shaders like the newer version of the example in Qt. However, I've hit a problem in that the setAttributeArray method of QGLShaderProgram used in the example is not available in PyQt. Is this a bug? Brett