Marcus to the rescue! :) I've documented the process of compiling PyQt for Windows here<http://abstractfactory.io/blog/pyqt5-1-1-for-python-2-7/>, but as the steps for Maya are a little special, you could also pull some info from this here<http://abstractfactory.io/blog/building-pyzmq-for-python-2-7-msc-v-1600/>, which goes through how to compile something else (PyZMQ) on Windows for Maya. The steps are much the same.
In a nutshell, the differences between compiling for the vanilla Python version on Windows versus compiling for Maya on Windows is that default Python is compiled with Visual Studio 2010 whereas Maya uses a custom Python compiled in VS2012. So you must use Maya's own python, mayapy.exe for your compilation. Best, Marcus On 25 May 2014 20:42, Justin Israel <[email protected]> wrote: > I actually don't have any experience compiling PyQt on Windows. But I am > positive there are others here that work on Windows platforms and have done > it. > On May 26, 2014 7:40 AM, <[email protected]> wrote: > >> Hai Justin >> >> Can You teach me how to buil PyQt with VS for maya 2014 x64 ?? >> >> i searcing the guideline but cant find the detail proses, include from >> autodesk. >> this make me confuse a lot, thanks. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/e3b839ac-a179-468a-a6c6-785b64a29491%40googlegroups.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0YKV1rvBxVGyJCxN3Uq1v%3D-F97%3DNWHXJKAVamBF42k9w%40mail.gmail.com<https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0YKV1rvBxVGyJCxN3Uq1v%3D-F97%3DNWHXJKAVamBF42k9w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOAGBFy4Y%2B%3D9bJ3VyJ23VOvLQ6CRZiuc%3DCqsbegOC5JS5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
