Archive for April, 2015
Perforce and motionbuilder
I’m currently on mobo 2015 and even if now python has been updated to the 2.7.3, I couldn’t find a the 64bit release for P4Python for the 2.7.
Before finding the right file I had several errors such as:
1 2 3 |
File "C:\Python27\lib\site-packages\P4.py", line 376, in <module> import P4API ImportError: DLL load failed: %1 is not a valid Win32 application |
or I couldn’t even install the package because it was pointing to the 3.3 version of python resulting in:
1 2 3 4 5 6 7 8 |
There was a problem tying to get the P4Python install path. Possible reasons are: 1) Python is not installed. 2) An unsupported version or architecture of Python is installed. 3) The folder containing the Python executable is not in the system path. 4) Another version or architecture of Python is in the system path before the supported version of architecture. 5) The P4Pyhton install paths are not writable. |
If you had any of these errors, try installing this version that Matt, a staff member of the perforce forum, gave me:
good luck!