Perforce API for Python 2.7

Does anyone know of a Python 2.7 compatible Perforce API build? On the FTP site, they only have it before Python 2.6.

README explains how to create it for other versions of Python, however I had a lot of problems because I used VS2010 (I even tried MinGW).

Any help would be appreciated.

+7
source share
2 answers

The official P4Python build for Python 2.7 works, but you can use the binary build from Perforce Public Server (public.perforce.com:1666) to // guest / sven _erik_knop / P4Pythonlib / bin / ... or just follow this link:

http://public.perforce.com:8080/guest/sven_erik_knop/P4Pythonlib/bin/?ac=83

I don’t have every combination of the version of P4Python / Python / 32-64 bit built there, but if you need a special assembly, write me a line and I can see what I can do.

By the way, to create P4Python you need the exact version of Visual Studio that Python was built with, which is Visual Studio 2007.

Sven Eric Knop

+3
source
0
source

All Articles