How to get the file version

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikaskr
    New Member
    • Sep 2008
    • 1

    How to get the file version

    Hi,
    I am new to Python.
    Can you please help me in getting the version of an executable.
  • raubana
    New Member
    • Feb 2008
    • 55

    #2
    I believe that the Helper (F1) would have something on that. You do have IDLE, right? I'm pretty sure now that it has your answer!

    Comment

    • Laharl
      Recognized Expert Contributor
      • Sep 2007
      • 849

      #3
      If you're referring to the version number of python, the interactive shell will tell you as part of it's startup description if you run it from the command line. If you're referring to any file at all, I don't know a general way to do it. A given module or program might implement a way, though.

      Comment

      Working...