Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perforce API for Python 2.7

Does anyone know of a Python 2.7 compliant Perforce API build? On their FTP site they have only up to Python 2.6.

It explains in the README how to build it for other versions of Python, however I was running into a lot of issues because I was using VS2010 (I even tried MinGW).

Any help would be appreciated.

like image 960
Setheron Avatar asked Sep 15 '11 15:09

Setheron


1 Answers

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

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

I don't have every combination of P4Python/Python/32-64 bit version built there, but if you require a special build, drop me a line and I see what I can do.

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

Sven Erik Knop

like image 189
Sven Erik Knop Avatar answered Sep 25 '22 16:09

Sven Erik Knop