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 215k
  • Answers 215k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

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

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You shouldn't have to save the queries as a generated… May 12, 2026 at 11:00 pm
  • Editorial Team
    Editorial Team added an answer You have to convert the image before you can show… May 12, 2026 at 11:00 pm
  • Editorial Team
    Editorial Team added an answer Use the "IN" Keyword SELECT * FROM students WHERE class='10'… May 12, 2026 at 11:00 pm

Related Questions

I am looking for way to parse the strikeout / strikethrough value of cells
We're having a real problem with people checking in code that doesn't work because
I'm trying to write (what I thought would be) a simple bash script that
I wonder if there is a good way to bind local variables in python.

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.