Helix Core P4Python Developer Guide (2019.1)
System Requirements and Release Notes
P4Python is supported on Windows, Linux, and OS X.
For system requirements, see the release notes at https://www.perforce.com/perforce/doc.current/user/p4pythonnotes.txt.
Note
When passing arguments, make sure to omit the space between the argument and its value, such as in the value pair -u
and username
in the following example:
change = p4.run_changes("-uusername", "-m1")[0]
If you include a space ("-u username"
), the command fails.
Your search for returned result(s).