Maya 2014 and PyQt

Thanks Jason,

I sent you an email, I don’t think there’s any special sauce. I just downloaded the source for p4api (p4python-2012.2.549493), and the C++ api

then run python setup.py build --apidir

the one gotcha was that sometimes you get a unable to find vcvarsall.bat, and I think you might need to do this step regardless to get it to build against 2010, you need to do

SET VS90COMNTOOLS=%VS100COMNTOOLS%

Hmm. Still no luck but thanks for the .pyd. I posted some notes on some of these and other issues I’ve found upgrading to ADSK 2014. Let me know if there are any other helpful tips for folks.

Thanks.

Got this to work, pretty straightforward once I got into working on some other builds. Thanks Luiz.