Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 59765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:03:24+00:00 2026-05-10T18:03:24+00:00

I would like to write some scripts in python that do some automated changes

  • 0

I would like to write some scripts in python that do some automated changes to source code. If the script determines it needs to change the file I would like to first check it out of perforce. I don’t care about checking in because I will always want to build and test first.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T18:03:24+00:00Added an answer on May 10, 2026 at 6:03 pm

    Perforce has Python wrappers around their C/C++ tools, available in binary form for Windows, and source for other platforms:

    http://www.perforce.com/perforce/loadsupp.html#api

    You will find their documentation of the scripting API to be helpful:

    http://www.perforce.com/perforce/doc.current/manuals/p4script/p4script.pdf

    Use of the Python API is quite similar to the command-line client:

    PythonWin 2.5.1 (r251:54863, May  1 2007, 17:47:05) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2006 Mark Hammond - see 'Help/About PythonWin' for further copyright information. >>> import P4 >>> p4 = P4.P4() >>> p4.connect() # connect to the default server, with the default clientspec >>> desc = {'Description': 'My new changelist description', ...         'Change': 'new' ...         } >>> p4.input = desc >>> p4.run('changelist', '-i') ['Change 2579505 created.'] >>>  

    I’ll verify it from the command line:

    P:\>p4 changelist -o 2579505 # A Perforce Change Specification. # #  Change:      The change number. 'new' on a new changelist. #  Date:        The date this specification was last modified. #  Client:      The client on which the changelist was created.  Read-only. #  User:        The user who created the changelist. #  Status:      Either 'pending' or 'submitted'. Read-only. #  Description: Comments about the changelist.  Required. #  Jobs:        What opened jobs are to be closed by this changelist. #               You may delete jobs from this list.  (New changelists only.) #  Files:       What opened files from the default changelist are to be added #               to this changelist.  You may delete files from this list. #               (New changelists only.)  Change: 2579505  Date:   2008/10/08 13:57:02  Client: MYCOMPUTER-DT  User:   myusername  Status: pending  Description:         My new changelist description 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 63k
  • Answers 63k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Even a year ago, Ruby on Rails applications were obnoxiously… May 11, 2026 at 10:23 am
  • added an answer First off, your XPath: /root/list/item[4] fetches the fourth item (since… May 11, 2026 at 10:23 am
  • added an answer You can query the WMI class Win32_Processor using System.Management.ManagementObject: ManagementObject… May 11, 2026 at 10:23 am

Related Questions

I would like to write some scripts in python that do some automated changes
I would like to write some data to a file in Ruby. What is
I would like to write an simple application able to retrieve some certain data
I have a quad core machine and would like to write some code to
I'm trying to write some LINQ To SQL code that would generate SQL like
I would like to write a small program in C# which goes through my
I would like to write a plug-in that will allow a custom written CRM
I would like to write my own OS, and would like to temporarily jump
I would like to write a program that will identify a machine( for licensing
I would like to write a VBScript to change the default printer, based on

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.