FInding the OS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    FInding the OS

    Hi,

    How to find theu Python methods ,whether the application is running in Windows or UNIX?.

    Thanks
    PSB
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #2
    Originally posted by psbasha
    Hi,

    How to find theu Python methods ,whether the application is running in Windows or UNIX?.

    Thanks
    PSB
    Sorry is there any method available for finding the OS type (Windows or UNIX),when the application is running

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by psbasha
      Sorry is there any method available for finding the OS type (Windows or UNIX),when the application is running
      You'll want to use the Platform module.

      Comment

      Working...