Hello!I've a piece of software, which uses PyQt 4.7.3-1 (formerly available at http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.5-gpl-4.7.3-1.exe ).It doesn't work with newer versions of PyQt.Where can I get the file PyQt-Py2.5-gpl-4.7.3-1.exe?Thanks in advanceDmitri Pisarenko--
On Sat, 26 May 2012 23:24:15 +0200, Mickaƫl THOMAS
wrote:
>> Type quint8 is an unsigned byte so I think that char is better
solution.
>> http://qt-project.org/doc/qt-4.8/qdatastream.html#operator-lt-lt-3
>
> What do you mean by "char is a better solution" ?
>
> q(u)int8 is supposed to represent
On Mon, 28 May 2012 11:39:35 +0800, zw g wrote:
> Hi Phil,
>
>
>
> It seems the latest version of PyQt4 still has this bug.
> My installation:
>
> * Python 2.7.3
> * PyQt4 4.9.1
> * SIP 4.13.1
> * Mac OS X 10.7.4
>
> I don't know if it is the same as the quoted below, but very similar,
an