Pyqt4 with Maya 2012

How do I get pyqt4 working with maya 2012 32bit version? I went here http://nathanhorne.com/?p=322 and downloaded the x86 compiled version of PyQt 4.8.3 and it didn’t seem to work.

That’s the X64 version I have on my site, if you need x86 you will need to find it pre-compiled somewhere(Riverbank may have an official x86 build), or compile it yourself. You could also use PySide, which is available pre-compiled for x86 and x64.

In one of the comments, someone posted an x86 version. Does that one not work?