Most likely what you want to do is rebuilt sip, but use these flags:
python configure.py --arch="386" --arch="x86_64"
That way it will built 32 and 64bit. Then reinstall pyqt.
-- justin
2011/10/4 宇 <1988...@gmail.com>:
> --
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
>
If i should rebuilt sip, witch flag should i use? Both with --arch="386" --arch="x86_64" ? My system is 64bits
Maybe you could run > python configure.py --verbose and see more info?
Also, what qt did you install? Was it from the binary installer or did
you build from source?
That would work if he only wanted to get pyqt independently running as a whole. But assuming he wants to use pyqt inside maya (otherwise it wouldnt make sense to ask here), you have to use specific versions and build steps for it to link properly and work. My blog was written for maya 2011. For 2012 there are some updated version numbers for qt, sip, pyqt. I should update my blog with that info.