P4Python and Maya 2013?

P4Python and Maya 2013?

Anonymous
Not applicable
485 Views
1 Reply
Message 1 of 2

P4Python and Maya 2013?

Anonymous
Not applicable
Hi everyone!

I just noticed that P4Python API doesn't work in Maya 2013 it just says

Error: ImportError: file \P4.py line 196: DLL load failed: The specified module could not be found.


Same API still works fine with Maya 2012, but no luck in 2013. Anyone have any ideas how to fix this?

Both Maya's are 64bit and running python 2.6.4
0 Likes
486 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Following up this one and reason why DLL won't work is that Maya 2013 Python is compiled with different version compiler than 2012. To fix this, DLLs need to be recompiled with proper compiler version. If you have DLL from external party you have to ask new version of that DLL from whoever made it in the first place.
0 Likes