blob: fa13b5fe7807a07aaba865842ae160d83afe6e92 [file] [log] [blame]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001#!/usr/bin/env python
2
Brett Cannon8ab27df2003-08-05 03:52:04 +00003""" This module tries to retrieve as much platform-identifying data as
Marc-André Lemburg246d8472003-04-24 11:36:11 +00004 possible. It makes this information available via function APIs.
5
6 If called from the command line, it prints the platform
7 information concatenated as single string to stdout. The output
8 format is useable as part of a filename.
9
10"""
11# This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
12# If you find problems, please submit bug reports/patches via the
Georg Brandlf004d9d2009-10-27 15:39:53 +000013# Python bug tracker (http://bugs.python.org) and assign them to "lemburg".
Marc-André Lemburg246d8472003-04-24 11:36:11 +000014#
15# Note: Please keep this module compatible to Python 1.5.2.
16#
17# Still needed:
18# * more support for WinCE
19# * support for MS-DOS (PythonDX ?)
20# * support for Amiga and other still unsupported platforms running Python
21# * support for additional Linux distributions
22#
Brett Cannon8ab27df2003-08-05 03:52:04 +000023# Many thanks to all those who helped adding platform-specific
Marc-André Lemburg246d8472003-04-24 11:36:11 +000024# checks (in no particular order):
25#
26# Charles G Waldman, David Arnold, Gordon McMillan, Ben Darnell,
27# Jeff Bauer, Cliff Crawford, Ivan Van Laningham, Josef
28# Betancourt, Randall Hopper, Karl Putland, John Farrell, Greg
29# Andruk, Just van Rossum, Thomas Heller, Mark R. Levinson, Mark
30# Hammond, Bill Tutt, Hans Nowak, Uwe Zessin (OpenVMS support),
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +000031# Colin Kong, Trent Mick, Guido van Rossum, Anthony Baxter
Marc-André Lemburg246d8472003-04-24 11:36:11 +000032#
33# History:
Marc-André Lemburg380f4172005-11-07 16:11:02 +000034#
35# <see CVS and SVN checkin messages for history>
36#
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +000037# 1.0.6 - added linux_distribution()
38# 1.0.5 - fixed Java support to allow running the module on Jython
39# 1.0.4 - added IronPython support
Marc-André Lemburgcdc79232004-06-19 17:17:00 +000040# 1.0.3 - added normalization of Windows system name
Marc-André Lemburg91e83e22004-03-25 18:35:12 +000041# 1.0.2 - added more Windows support
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +000042# 1.0.1 - reformatted to make doc.py happy
Marc-André Lemburg246d8472003-04-24 11:36:11 +000043# 1.0.0 - reformatted a bit and checked into Python CVS
44# 0.8.0 - added sys.version parser and various new access
45# APIs (python_version(), python_compiler(), etc.)
46# 0.7.2 - fixed architecture() to use sizeof(pointer) where available
47# 0.7.1 - added support for Caldera OpenLinux
48# 0.7.0 - some fixes for WinCE; untabified the source file
49# 0.6.2 - support for OpenVMS - requires version 1.5.2-V006 or higher and
50# vms_lib.getsyi() configured
51# 0.6.1 - added code to prevent 'uname -p' on platforms which are
52# known not to support it
53# 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
54# did some cleanup of the interfaces - some APIs have changed
55# 0.5.5 - fixed another type in the MacOS code... should have
56# used more coffee today ;-)
57# 0.5.4 - fixed a few typos in the MacOS code
58# 0.5.3 - added experimental MacOS support; added better popen()
59# workarounds in _syscmd_ver() -- still not 100% elegant
60# though
61# 0.5.2 - fixed uname() to return '' instead of 'unknown' in all
62# return values (the system uname command tends to return
63# 'unknown' instead of just leaving the field emtpy)
64# 0.5.1 - included code for slackware dist; added exception handlers
65# to cover up situations where platforms don't have os.popen
66# (e.g. Mac) or fail on socket.gethostname(); fixed libc
67# detection RE
68# 0.5.0 - changed the API names referring to system commands to *syscmd*;
69# added java_ver(); made syscmd_ver() a private
70# API (was system_ver() in previous versions) -- use uname()
71# instead; extended the win32_ver() to also return processor
72# type information
73# 0.4.0 - added win32_ver() and modified the platform() output for WinXX
74# 0.3.4 - fixed a bug in _follow_symlinks()
75# 0.3.3 - fixed popen() and "file" command invokation bugs
76# 0.3.2 - added architecture() API and support for it in platform()
77# 0.3.1 - fixed syscmd_ver() RE to support Windows NT
78# 0.3.0 - added system alias support
79# 0.2.3 - removed 'wince' again... oh well.
80# 0.2.2 - added 'wince' to syscmd_ver() supported platforms
81# 0.2.1 - added cache logic and changed the platform string format
82# 0.2.0 - changed the API to use functions instead of module globals
83# since some action take too long to be run on module import
84# 0.1.0 - first release
85#
86# You can always get the latest version of this module at:
87#
88# http://www.egenix.com/files/python/platform.py
89#
90# If that URL should fail, try contacting the author.
91
92__copyright__ = """
93 Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
Georg Brandlb6453a92010-03-21 19:16:28 +000094 Copyright (c) 2000-2010, eGenix.com Software GmbH; mailto:info@egenix.com
Marc-André Lemburg246d8472003-04-24 11:36:11 +000095
96 Permission to use, copy, modify, and distribute this software and its
97 documentation for any purpose and without fee or royalty is hereby granted,
98 provided that the above copyright notice appear in all copies and that
99 both that copyright notice and this permission notice appear in
100 supporting documentation or portions thereof, including modifications,
101 that you make.
102
103 EGENIX.COM SOFTWARE GMBH DISCLAIMS ALL WARRANTIES WITH REGARD TO
104 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
105 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
106 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
107 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
108 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
109 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
110
111"""
112
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000113__version__ = '1.0.6'
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000114
115import sys,string,os,re
116
117### Platform specific APIs
118
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000119_libc_search = re.compile(r'(__libc_init)'
120 '|'
Tim Peters0eadaac2003-04-24 16:02:54 +0000121 '(GLIBC_([0-9.]+))'
122 '|'
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000123 '(libc(_\w+)?\.so(?:\.(\d[0-9.]*))?)')
124
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000125def libc_ver(executable=sys.executable,lib='',version='',
126
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000127 chunksize=2048):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000128
Brett Cannon8ab27df2003-08-05 03:52:04 +0000129 """ Tries to determine the libc version that the file executable
130 (which defaults to the Python interpreter) is linked against.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000131
132 Returns a tuple of strings (lib,version) which default to the
133 given parameters in case the lookup fails.
134
135 Note that the function has intimate knowledge of how different
Brett Cannon8ab27df2003-08-05 03:52:04 +0000136 libc versions add symbols to the executable and thus is probably
137 only useable for executables compiled using gcc.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000138
139 The file is read and scanned in chunks of chunksize bytes.
140
141 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000142 if hasattr(os.path, 'realpath'):
143 # Python 2.2 introduced os.path.realpath(); it is used
144 # here to work around problems with Cygwin not being
145 # able to open symlinks for reading
146 executable = os.path.realpath(executable)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000147 f = open(executable,'rb')
148 binary = f.read(chunksize)
149 pos = 0
150 while 1:
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000151 m = _libc_search.search(binary,pos)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000152 if not m:
153 binary = f.read(chunksize)
154 if not binary:
155 break
156 pos = 0
157 continue
158 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
159 if libcinit and not lib:
160 lib = 'libc'
161 elif glibc:
162 if lib != 'glibc':
163 lib = 'glibc'
164 version = glibcversion
165 elif glibcversion > version:
166 version = glibcversion
167 elif so:
168 if lib != 'glibc':
169 lib = 'libc'
170 if soversion > version:
171 version = soversion
172 if threads and version[-len(threads):] != threads:
173 version = version + threads
174 pos = m.end()
175 f.close()
176 return lib,version
177
178def _dist_try_harder(distname,version,id):
179
Tim Peters0eadaac2003-04-24 16:02:54 +0000180 """ Tries some special tricks to get the distribution
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000181 information in case the default method fails.
182
183 Currently supports older SuSE Linux, Caldera OpenLinux and
184 Slackware Linux distributions.
185
186 """
187 if os.path.exists('/var/adm/inst-log/info'):
188 # SuSE Linux stores distribution information in that file
189 info = open('/var/adm/inst-log/info').readlines()
190 distname = 'SuSE'
191 for line in info:
192 tv = string.split(line)
193 if len(tv) == 2:
194 tag,value = tv
195 else:
196 continue
197 if tag == 'MIN_DIST_VERSION':
198 version = string.strip(value)
199 elif tag == 'DIST_IDENT':
200 values = string.split(value,'-')
201 id = values[2]
202 return distname,version,id
203
204 if os.path.exists('/etc/.installed'):
205 # Caldera OpenLinux has some infos in that file (thanks to Colin Kong)
206 info = open('/etc/.installed').readlines()
207 for line in info:
208 pkg = string.split(line,'-')
209 if len(pkg) >= 2 and pkg[0] == 'OpenLinux':
210 # XXX does Caldera support non Intel platforms ? If yes,
211 # where can we find the needed id ?
212 return 'OpenLinux',pkg[1],id
213
214 if os.path.isdir('/usr/lib/setup'):
215 # Check for slackware verson tag file (thanks to Greg Andruk)
216 verfiles = os.listdir('/usr/lib/setup')
Guido van Rossum843c7342004-05-04 18:18:59 +0000217 for n in range(len(verfiles)-1, -1, -1):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000218 if verfiles[n][:14] != 'slack-version-':
219 del verfiles[n]
220 if verfiles:
221 verfiles.sort()
222 distname = 'slackware'
223 version = verfiles[-1][14:]
224 return distname,version,id
225
226 return distname,version,id
227
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000228_release_filename = re.compile(r'(\w+)[-_](release|version)')
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000229_lsb_release_version = re.compile(r'(.+)'
230 ' release '
231 '([\d.]+)'
232 '[^(]*(?:\((.+)\))?')
233_release_version = re.compile(r'([^0-9]+)'
234 '(?: release )?'
235 '([\d.]+)'
236 '[^(]*(?:\((.+)\))?')
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000237
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000238# See also http://www.novell.com/coolsolutions/feature/11251.html
Tim Petersf733abb2007-01-30 03:03:46 +0000239# and http://linuxmafia.com/faq/Admin/release-files.html
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000240# and http://data.linux-ntfs.org/rpm/whichrpm
241# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
Marc-André Lemburg380f4172005-11-07 16:11:02 +0000242
Marc-André Lemburg50967bd2008-03-08 10:01:43 +0000243_supported_dists = (
244 'SuSE', 'debian', 'fedora', 'redhat', 'centos',
245 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
246 'UnitedLinux', 'turbolinux')
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000247
248def _parse_release_file(firstline):
Tim Petersf733abb2007-01-30 03:03:46 +0000249
Benjamin Peterson00b90512010-01-25 03:35:04 +0000250 # Default to empty 'version' and 'id' strings. Both defaults are used
251 # when 'firstline' is empty. 'id' defaults to empty when an id can not
252 # be deduced.
253 version = ''
254 id = ''
255
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000256 # Parse the first line
257 m = _lsb_release_version.match(firstline)
258 if m is not None:
259 # LSB format: "distro release x.x (codename)"
260 return tuple(m.groups())
261
262 # Pre-LSB format: "distro x.x (codename)"
263 m = _release_version.match(firstline)
264 if m is not None:
265 return tuple(m.groups())
266
267 # Unkown format... take the first two words
268 l = string.split(string.strip(firstline))
269 if l:
270 version = l[0]
271 if len(l) > 1:
272 id = l[1]
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000273 return '', version, id
274
275def _test_parse_release_file():
Tim Petersf733abb2007-01-30 03:03:46 +0000276
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000277 for input, output in (
278 # Examples of release file contents:
279 ('SuSE Linux 9.3 (x86-64)', ('SuSE Linux ', '9.3', 'x86-64'))
280 ('SUSE LINUX 10.1 (X86-64)', ('SUSE LINUX ', '10.1', 'X86-64'))
281 ('SUSE LINUX 10.1 (i586)', ('SUSE LINUX ', '10.1', 'i586'))
282 ('Fedora Core release 5 (Bordeaux)', ('Fedora Core', '5', 'Bordeaux'))
283 ('Red Hat Linux release 8.0 (Psyche)', ('Red Hat Linux', '8.0', 'Psyche'))
284 ('Red Hat Linux release 9 (Shrike)', ('Red Hat Linux', '9', 'Shrike'))
285 ('Red Hat Enterprise Linux release 4 (Nahant)', ('Red Hat Enterprise Linux', '4', 'Nahant'))
286 ('CentOS release 4', ('CentOS', '4', None))
287 ('Rocks release 4.2.1 (Cydonia)', ('Rocks', '4.2.1', 'Cydonia'))
288 ):
289 parsed = _parse_release_file(input)
290 if parsed != output:
291 print (input, parsed)
292
293def linux_distribution(distname='', version='', id='',
294
295 supported_dists=_supported_dists,
296 full_distribution_name=1):
297
298 """ Tries to determine the name of the Linux OS distribution name.
299
300 The function first looks for a distribution release file in
301 /etc and then reverts to _dist_try_harder() in case no
302 suitable files are found.
303
304 supported_dists may be given to define the set of Linux
305 distributions to look for. It defaults to a list of currently
306 supported Linux distributions identified by their release file
307 name.
308
309 If full_distribution_name is true (default), the full
310 distribution read from the OS is returned. Otherwise the short
311 name taken from supported_dists is used.
312
313 Returns a tuple (distname,version,id) which default to the
314 args given as parameters.
315
316 """
317 try:
318 etc = os.listdir('/etc')
319 except os.error:
320 # Probably not a Unix system
321 return distname,version,id
322 etc.sort()
323 for file in etc:
324 m = _release_filename.match(file)
325 if m is not None:
326 _distname,dummy = m.groups()
327 if _distname in supported_dists:
328 distname = _distname
329 break
330 else:
331 return _dist_try_harder(distname,version,id)
Tim Petersf733abb2007-01-30 03:03:46 +0000332
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000333 # Read the first line
334 f = open('/etc/'+file, 'r')
335 firstline = f.readline()
336 f.close()
337 _distname, _version, _id = _parse_release_file(firstline)
338
339 if _distname and full_distribution_name:
340 distname = _distname
341 if _version:
342 version = _version
343 if _id:
344 id = _id
345 return distname, version, id
346
347# To maintain backwards compatibility:
Tim Petersf733abb2007-01-30 03:03:46 +0000348
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000349def dist(distname='',version='',id='',
350
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000351 supported_dists=_supported_dists):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000352
Brett Cannon8ab27df2003-08-05 03:52:04 +0000353 """ Tries to determine the name of the Linux OS distribution name.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000354
355 The function first looks for a distribution release file in
356 /etc and then reverts to _dist_try_harder() in case no
357 suitable files are found.
358
Brett Cannon8ab27df2003-08-05 03:52:04 +0000359 Returns a tuple (distname,version,id) which default to the
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000360 args given as parameters.
361
362 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000363 return linux_distribution(distname, version, id,
364 supported_dists=supported_dists,
365 full_distribution_name=0)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000366
367class _popen:
368
369 """ Fairly portable (alternative) popen implementation.
370
371 This is mostly needed in case os.popen() is not available, or
372 doesn't work as advertised, e.g. in Win9X GUI programs like
373 PythonWin or IDLE.
374
375 Writing to the pipe is currently not supported.
376
377 """
378 tmpfile = ''
379 pipe = None
380 bufsize = None
381 mode = 'r'
382
383 def __init__(self,cmd,mode='r',bufsize=None):
384
385 if mode != 'r':
386 raise ValueError,'popen()-emulation only supports read mode'
387 import tempfile
388 self.tmpfile = tmpfile = tempfile.mktemp()
389 os.system(cmd + ' > %s' % tmpfile)
390 self.pipe = open(tmpfile,'rb')
391 self.bufsize = bufsize
392 self.mode = mode
393
394 def read(self):
395
396 return self.pipe.read()
397
398 def readlines(self):
399
400 if self.bufsize is not None:
401 return self.pipe.readlines()
402
403 def close(self,
404
405 remove=os.unlink,error=os.error):
406
407 if self.pipe:
408 rc = self.pipe.close()
409 else:
410 rc = 255
411 if self.tmpfile:
412 try:
413 remove(self.tmpfile)
414 except error:
415 pass
416 return rc
417
418 # Alias
419 __del__ = close
420
421def popen(cmd, mode='r', bufsize=None):
422
423 """ Portable popen() interface.
424 """
425 # Find a working popen implementation preferring win32pipe.popen
426 # over os.popen over _popen
427 popen = None
428 if os.environ.get('OS','') == 'Windows_NT':
429 # On NT win32pipe should work; on Win9x it hangs due to bugs
430 # in the MS C lib (see MS KnowledgeBase article Q150956)
431 try:
432 import win32pipe
433 except ImportError:
434 pass
435 else:
436 popen = win32pipe.popen
437 if popen is None:
438 if hasattr(os,'popen'):
439 popen = os.popen
440 # Check whether it works... it doesn't in GUI programs
441 # on Windows platforms
442 if sys.platform == 'win32': # XXX Others too ?
443 try:
444 popen('')
445 except os.error:
446 popen = _popen
447 else:
448 popen = _popen
449 if bufsize is None:
450 return popen(cmd,mode)
451 else:
452 return popen(cmd,mode,bufsize)
453
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000454def _norm_version(version, build=''):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000455
Brett Cannon8ab27df2003-08-05 03:52:04 +0000456 """ Normalize the version and build strings and return a single
Walter Dörwalde5a7fad2005-11-21 17:01:27 +0000457 version string using the format major.minor.build (or patchlevel).
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000458 """
459 l = string.split(version,'.')
460 if build:
461 l.append(build)
462 try:
463 ints = map(int,l)
464 except ValueError:
465 strings = l
466 else:
467 strings = map(str,ints)
468 version = string.join(strings[:3],'.')
469 return version
470
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000471_ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
472 '.*'
473 'Version ([\d.]+))')
474
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000475def _syscmd_ver(system='', release='', version='',
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000476
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000477 supported_platforms=('win32','win16','dos','os2')):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000478
479 """ Tries to figure out the OS version used and returns
480 a tuple (system,release,version).
Tim Peters0eadaac2003-04-24 16:02:54 +0000481
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000482 It uses the "ver" shell command for this which is known
483 to exists on Windows, DOS and OS/2. XXX Others too ?
484
485 In case this fails, the given parameters are used as
486 defaults.
487
488 """
489 if sys.platform not in supported_platforms:
490 return system,release,version
491
492 # Try some common cmd strings
493 for cmd in ('ver','command /c ver','cmd /c ver'):
494 try:
495 pipe = popen(cmd)
496 info = pipe.read()
497 if pipe.close():
498 raise os.error,'command failed'
499 # XXX How can I supress shell errors from being written
500 # to stderr ?
501 except os.error,why:
502 #print 'Command %s failed: %s' % (cmd,why)
503 continue
504 except IOError,why:
505 #print 'Command %s failed: %s' % (cmd,why)
506 continue
507 else:
508 break
509 else:
510 return system,release,version
511
512 # Parse the output
513 info = string.strip(info)
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000514 m = _ver_output.match(info)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000515 if m is not None:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000516 system,release,version = m.groups()
517 # Strip trailing dots from version and release
518 if release[-1] == '.':
519 release = release[:-1]
520 if version[-1] == '.':
521 version = version[:-1]
522 # Normalize the version and build strings (eliminating additional
523 # zeros)
524 version = _norm_version(version)
525 return system,release,version
526
527def _win32_getvalue(key,name,default=''):
528
529 """ Read a value for name from the registry key.
530
531 In case this fails, default is returned.
532
533 """
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000534 try:
535 # Use win32api if available
536 from win32api import RegQueryValueEx
537 except ImportError:
538 # On Python 2.0 and later, emulate using _winreg
539 import _winreg
540 RegQueryValueEx = _winreg.QueryValueEx
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000541 try:
542 return RegQueryValueEx(key,name)
543 except:
544 return default
545
546def win32_ver(release='',version='',csd='',ptype=''):
547
548 """ Get additional version information from the Windows Registry
549 and return a tuple (version,csd,ptype) referring to version
550 number, CSD level and OS type (multi/single
551 processor).
552
553 As a hint: ptype returns 'Uniprocessor Free' on single
554 processor NT machines and 'Multiprocessor Free' on multi
555 processor machines. The 'Free' refers to the OS version being
556 free of debugging code. It could also state 'Checked' which
557 means the OS version uses debugging code, i.e. code that
558 checks arguments, ranges, etc. (Thomas Heller).
559
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000560 Note: this function works best with Mark Hammond's win32
561 package installed, but also on Python 2.3 and later. It
562 obviously only runs on Win32 compatible platforms.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000563
564 """
565 # XXX Is there any way to find out the processor type on WinXX ?
566 # XXX Is win32 available on Windows CE ?
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000567 #
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000568 # Adapted from code posted by Karl Putland to comp.lang.python.
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000569 #
570 # The mappings between reg. values and release names can be found
571 # here: http://msdn.microsoft.com/library/en-us/sysinfo/base/osversioninfo_str.asp
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000572
573 # Import the needed APIs
574 try:
575 import win32api
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000576 from win32api import RegQueryValueEx, RegOpenKeyEx, \
577 RegCloseKey, GetVersionEx
578 from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \
579 VER_PLATFORM_WIN32_WINDOWS, VER_NT_WORKSTATION
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000580 except ImportError:
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000581 # Emulate the win32api module using Python APIs
582 try:
583 sys.getwindowsversion
584 except AttributeError:
585 # No emulation possible, so return the defaults...
586 return release,version,csd,ptype
587 else:
588 # Emulation using _winreg (added in Python 2.0) and
589 # sys.getwindowsversion() (added in Python 2.3)
590 import _winreg
591 GetVersionEx = sys.getwindowsversion
592 RegQueryValueEx = _winreg.QueryValueEx
593 RegOpenKeyEx = _winreg.OpenKeyEx
594 RegCloseKey = _winreg.CloseKey
595 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
596 VER_PLATFORM_WIN32_WINDOWS = 1
597 VER_PLATFORM_WIN32_NT = 2
598 VER_NT_WORKSTATION = 1
Brian Curtina8538a52010-05-06 03:01:55 +0000599 VER_NT_SERVER = 3
600 REG_SZ = 1
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000601
602 # Find out the registry key and some general version infos
Brian Curtina8538a52010-05-06 03:01:55 +0000603 winver = GetVersionEx()
604 maj,min,buildno,plat,csd = winver
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000605 version = '%i.%i.%i' % (maj,min,buildno & 0xFFFF)
Brian Curtina8538a52010-05-06 03:01:55 +0000606 if hasattr(winver, "service_pack"):
607 if winver.service_pack != "":
608 csd = 'SP%s' % winver.service_pack_major
609 else:
610 if csd[:13] == 'Service Pack ':
611 csd = 'SP' + csd[13:]
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000612 if plat == VER_PLATFORM_WIN32_WINDOWS:
613 regkey = 'SOFTWARE\\Microsoft\\Windows\\CurrentVersion'
614 # Try to guess the release name
615 if maj == 4:
616 if min == 0:
617 release = '95'
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000618 elif min == 10:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000619 release = '98'
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000620 elif min == 90:
621 release = 'Me'
622 else:
623 release = 'postMe'
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000624 elif maj == 5:
625 release = '2000'
626 elif plat == VER_PLATFORM_WIN32_NT:
627 regkey = 'SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'
628 if maj <= 4:
629 release = 'NT'
630 elif maj == 5:
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000631 if min == 0:
632 release = '2000'
633 elif min == 1:
634 release = 'XP'
635 elif min == 2:
636 release = '2003Server'
637 else:
638 release = 'post2003'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000639 elif maj == 6:
Brian Curtina8538a52010-05-06 03:01:55 +0000640 if hasattr(winver, "product_type"):
641 product_type = winver.product_type
642 else:
643 product_type = VER_NT_WORKSTATION
644 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
645 # or help from the registry, we cannot properly identify
646 # non-workstation versions.
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000647 try:
Brian Curtina8538a52010-05-06 03:01:55 +0000648 key = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
649 name, type = RegQueryValueEx(key, "ProductName")
650 # Discard any type that isn't REG_SZ
651 if type == REG_SZ and name.find("Server") != -1:
652 product_type = VER_NT_SERVER
653 except WindowsError:
654 # Use default of VER_NT_WORKSTATION
655 pass
656
657 if min == 0:
658 if product_type == VER_NT_WORKSTATION:
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000659 release = 'Vista'
660 else:
Brian Curtina8538a52010-05-06 03:01:55 +0000661 release = '2008Server'
662 elif min == 1:
663 if product_type == VER_NT_WORKSTATION:
664 release = '7'
665 else:
666 release = '2008ServerR2'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000667 else:
668 release = 'post2008Server'
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000669 else:
670 if not release:
671 # E.g. Win3.1 with win32s
672 release = '%i.%i' % (maj,min)
673 return release,version,csd,ptype
674
675 # Open the registry key
676 try:
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000677 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000678 # Get a value to make sure the key exists...
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000679 RegQueryValueEx(keyCurVer, 'SystemRoot')
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000680 except:
681 return release,version,csd,ptype
Tim Peters0eadaac2003-04-24 16:02:54 +0000682
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000683 # Parse values
684 #subversion = _win32_getvalue(keyCurVer,
685 # 'SubVersionNumber',
686 # ('',1))[0]
687 #if subversion:
688 # release = release + subversion # 95a, 95b, etc.
689 build = _win32_getvalue(keyCurVer,
690 'CurrentBuildNumber',
691 ('',1))[0]
692 ptype = _win32_getvalue(keyCurVer,
693 'CurrentType',
694 (ptype,1))[0]
695
696 # Normalize version
697 version = _norm_version(version,build)
698
699 # Close key
700 RegCloseKey(keyCurVer)
701 return release,version,csd,ptype
702
703def _mac_ver_lookup(selectors,default=None):
704
705 from gestalt import gestalt
Jack Jansena290e3d2003-08-11 11:08:49 +0000706 import MacOS
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000707 l = []
708 append = l.append
709 for selector in selectors:
710 try:
711 append(gestalt(selector))
Jack Jansena290e3d2003-08-11 11:08:49 +0000712 except (RuntimeError, MacOS.Error):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000713 append(default)
714 return l
715
716def _bcd2str(bcd):
717
718 return hex(bcd)[2:]
719
720def mac_ver(release='',versioninfo=('','',''),machine=''):
721
722 """ Get MacOS version information and return it as tuple (release,
723 versioninfo, machine) with versioninfo being a tuple (version,
724 dev_stage, non_release_version).
725
Brett Cannon8ab27df2003-08-05 03:52:04 +0000726 Entries which cannot be determined are set to the paramter values
727 which default to ''. All tuple entries are strings.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000728
729 Thanks to Mark R. Levinson for mailing documentation links and
730 code examples for this function. Documentation for the
731 gestalt() API is available online at:
732
733 http://www.rgaros.nl/gestalt/
734
735 """
736 # Check whether the version info module is available
737 try:
738 import gestalt
Jack Jansena290e3d2003-08-11 11:08:49 +0000739 import MacOS
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000740 except ImportError:
741 return release,versioninfo,machine
742 # Get the infos
Ronald Oussoren6ff97f72010-02-07 11:30:54 +0000743 sysv,sysa = _mac_ver_lookup(('sysv','sysa'))
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000744 # Decode the infos
745 if sysv:
746 major = (sysv & 0xFF00) >> 8
747 minor = (sysv & 0x00F0) >> 4
748 patch = (sysv & 0x000F)
Ronald Oussorenc27b8b82008-05-08 10:34:39 +0000749
750 if (major, minor) >= (10, 4):
751 # the 'sysv' gestald cannot return patchlevels
752 # higher than 9. Apple introduced 3 new
753 # gestalt codes in 10.4 to deal with this
754 # issue (needed because patch levels can
755 # run higher than 9, such as 10.4.11)
756 major,minor,patch = _mac_ver_lookup(('sys1','sys2','sys3'))
757 release = '%i.%i.%i' %(major, minor, patch)
758 else:
759 release = '%s.%i.%i' % (_bcd2str(major),minor,patch)
Ronald Oussoren7a0f4c72008-05-18 20:54:47 +0000760
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000761 if sysa:
Tim Peters0eadaac2003-04-24 16:02:54 +0000762 machine = {0x1: '68k',
Ronald Oussoren749d0702006-04-17 13:37:15 +0000763 0x2: 'PowerPC',
764 0xa: 'i386'}.get(sysa,'')
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000765 return release,versioninfo,machine
766
Neal Norwitz9b924c62003-06-29 04:17:45 +0000767def _java_getprop(name,default):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000768
769 from java.lang import System
770 try:
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000771 value = System.getProperty(name)
772 if value is None:
773 return default
774 return value
775 except AttributeError:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000776 return default
777
778def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')):
Tim Peters0eadaac2003-04-24 16:02:54 +0000779
Brett Cannon8ab27df2003-08-05 03:52:04 +0000780 """ Version interface for Jython.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000781
782 Returns a tuple (release,vendor,vminfo,osinfo) with vminfo being
783 a tuple (vm_name,vm_release,vm_vendor) and osinfo being a
784 tuple (os_name,os_version,os_arch).
785
786 Values which cannot be determined are set to the defaults
787 given as parameters (which all default to '').
788
789 """
790 # Import the needed APIs
791 try:
792 import java.lang
793 except ImportError:
794 return release,vendor,vminfo,osinfo
795
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000796 vendor = _java_getprop('java.vendor', vendor)
797 release = _java_getprop('java.version', release)
798 vm_name, vm_release, vm_vendor = vminfo
799 vm_name = _java_getprop('java.vm.name', vm_name)
800 vm_vendor = _java_getprop('java.vm.vendor', vm_vendor)
801 vm_release = _java_getprop('java.vm.version', vm_release)
802 vminfo = vm_name, vm_release, vm_vendor
803 os_name, os_version, os_arch = osinfo
804 os_arch = _java_getprop('java.os.arch', os_arch)
805 os_name = _java_getprop('java.os.name', os_name)
806 os_version = _java_getprop('java.os.version', os_version)
807 osinfo = os_name, os_version, os_arch
Tim Peters0eadaac2003-04-24 16:02:54 +0000808
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000809 return release, vendor, vminfo, osinfo
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000810
811### System name aliasing
812
813def system_alias(system,release,version):
814
815 """ Returns (system,release,version) aliased to common
816 marketing names used for some systems.
817
818 It also does some reordering of the information in some cases
819 where it would otherwise cause confusion.
820
821 """
822 if system == 'Rhapsody':
823 # Apple's BSD derivative
824 # XXX How can we determine the marketing release number ?
825 return 'MacOS X Server',system+release,version
826
827 elif system == 'SunOS':
828 # Sun's OS
829 if release < '5':
830 # These releases use the old name SunOS
831 return system,release,version
832 # Modify release (marketing release = SunOS release - 3)
833 l = string.split(release,'.')
834 if l:
835 try:
836 major = int(l[0])
837 except ValueError:
838 pass
839 else:
840 major = major - 3
841 l[0] = str(major)
842 release = string.join(l,'.')
843 if release < '6':
844 system = 'Solaris'
845 else:
846 # XXX Whatever the new SunOS marketing name is...
847 system = 'Solaris'
848
849 elif system == 'IRIX64':
850 # IRIX reports IRIX64 on platforms with 64-bit support; yet it
851 # is really a version and not a different platform, since 32-bit
852 # apps are also supported..
853 system = 'IRIX'
854 if version:
855 version = version + ' (64bit)'
856 else:
857 version = '64bit'
858
859 elif system in ('win32','win16'):
860 # In case one of the other tricks
861 system = 'Windows'
862
863 return system,release,version
864
865### Various internal helpers
866
867def _platform(*args):
868
869 """ Helper to format the platform string in a filename
870 compatible format e.g. "system-version-machine".
871 """
872 # Format the platform string
873 platform = string.join(
874 map(string.strip,
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000875 filter(len, args)),
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000876 '-')
877
878 # Cleanup some possible filename obstacles...
879 replace = string.replace
880 platform = replace(platform,' ','_')
881 platform = replace(platform,'/','-')
882 platform = replace(platform,'\\','-')
883 platform = replace(platform,':','-')
884 platform = replace(platform,';','-')
885 platform = replace(platform,'"','-')
886 platform = replace(platform,'(','-')
887 platform = replace(platform,')','-')
888
889 # No need to report 'unknown' information...
890 platform = replace(platform,'unknown','')
891
892 # Fold '--'s and remove trailing '-'
893 while 1:
894 cleaned = replace(platform,'--','-')
895 if cleaned == platform:
896 break
897 platform = cleaned
898 while platform[-1] == '-':
899 platform = platform[:-1]
900
901 return platform
902
903def _node(default=''):
904
905 """ Helper to determine the node name of this machine.
906 """
907 try:
908 import socket
909 except ImportError:
910 # No sockets...
911 return default
912 try:
913 return socket.gethostname()
914 except socket.error:
915 # Still not working...
916 return default
917
918# os.path.abspath is new in Python 1.5.2:
919if not hasattr(os.path,'abspath'):
920
921 def _abspath(path,
922
923 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd,
924 normpath=os.path.normpath):
925
926 if not isabs(path):
927 path = join(getcwd(), path)
928 return normpath(path)
929
930else:
931
932 _abspath = os.path.abspath
933
934def _follow_symlinks(filepath):
935
936 """ In case filepath is a symlink, follow it until a
937 real file is reached.
938 """
939 filepath = _abspath(filepath)
940 while os.path.islink(filepath):
941 filepath = os.path.normpath(
Hirokazu Yamamoto171c4aa2008-09-04 11:15:14 +0000942 os.path.join(os.path.dirname(filepath),os.readlink(filepath)))
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000943 return filepath
944
945def _syscmd_uname(option,default=''):
946
947 """ Interface to the system's uname command.
948 """
949 if sys.platform in ('dos','win32','win16','os2'):
950 # XXX Others too ?
951 return default
952 try:
953 f = os.popen('uname %s 2> /dev/null' % option)
954 except (AttributeError,os.error):
955 return default
956 output = string.strip(f.read())
957 rc = f.close()
958 if not output or rc:
959 return default
960 else:
961 return output
962
963def _syscmd_file(target,default=''):
964
965 """ Interface to the system's file command.
966
967 The function uses the -b option of the file command to have it
968 ommit the filename in its output and if possible the -L option
969 to have the command follow symlinks. It returns default in
970 case the command should fail.
971
972 """
Hirokazu Yamamotoed8c6442008-09-01 14:32:58 +0000973 if sys.platform in ('dos','win32','win16','os2'):
974 # XXX Others too ?
975 return default
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000976 target = _follow_symlinks(target)
977 try:
Marc-André Lemburgd15fad72008-09-02 10:32:34 +0000978 f = os.popen('file "%s" 2> /dev/null' % target)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000979 except (AttributeError,os.error):
980 return default
981 output = string.strip(f.read())
982 rc = f.close()
983 if not output or rc:
984 return default
985 else:
986 return output
987
988### Information about the used architecture
989
990# Default values for architecture; non-empty strings override the
991# defaults given as parameters
992_default_architecture = {
993 'win32': ('','WindowsPE'),
994 'win16': ('','Windows'),
995 'dos': ('','MSDOS'),
996}
997
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000998_architecture_split = re.compile(r'[\s,]').split
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000999
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +00001000def architecture(executable=sys.executable,bits='',linkage=''):
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001001
1002 """ Queries the given executable (defaults to the Python interpreter
Brett Cannon8ab27df2003-08-05 03:52:04 +00001003 binary) for various architecture information.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001004
Brett Cannon8ab27df2003-08-05 03:52:04 +00001005 Returns a tuple (bits,linkage) which contains information about
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001006 the bit architecture and the linkage format used for the
1007 executable. Both values are returned as strings.
1008
1009 Values that cannot be determined are returned as given by the
1010 parameter presets. If bits is given as '', the sizeof(pointer)
1011 (or sizeof(long) on Python version < 1.5.2) is used as
1012 indicator for the supported pointer size.
1013
1014 The function relies on the system's "file" command to do the
1015 actual work. This is available on most if not all Unix
Brett Cannon8ab27df2003-08-05 03:52:04 +00001016 platforms. On some non-Unix platforms where the "file" command
1017 does not exist and the executable is set to the Python interpreter
1018 binary defaults from _default_architecture are used.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001019
1020 """
1021 # Use the sizeof(pointer) as default number of bits if nothing
1022 # else is given as default.
1023 if not bits:
1024 import struct
1025 try:
1026 size = struct.calcsize('P')
1027 except struct.error:
1028 # Older installations can only query longs
1029 size = struct.calcsize('l')
1030 bits = str(size*8) + 'bit'
Tim Peters0eadaac2003-04-24 16:02:54 +00001031
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001032 # Get data from the 'file' system command
Marc-André Lemburg3b8f60b2007-01-13 23:13:54 +00001033 if executable:
1034 output = _syscmd_file(executable, '')
1035 else:
1036 output = ''
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001037
1038 if not output and \
1039 executable == sys.executable:
1040 # "file" command did not return anything; we'll try to provide
Tim Peters0eadaac2003-04-24 16:02:54 +00001041 # some sensible defaults then...
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001042 if _default_architecture.has_key(sys.platform):
1043 b,l = _default_architecture[sys.platform]
1044 if b:
1045 bits = b
1046 if l:
1047 linkage = l
1048 return bits,linkage
1049
1050 # Split the output into a list of strings omitting the filename
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +00001051 fileout = _architecture_split(output)[1:]
Tim Peters0eadaac2003-04-24 16:02:54 +00001052
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001053 if 'executable' not in fileout:
1054 # Format not supported
1055 return bits,linkage
1056
1057 # Bits
1058 if '32-bit' in fileout:
1059 bits = '32bit'
1060 elif 'N32' in fileout:
1061 # On Irix only
1062 bits = 'n32bit'
1063 elif '64-bit' in fileout:
1064 bits = '64bit'
1065
1066 # Linkage
1067 if 'ELF' in fileout:
1068 linkage = 'ELF'
1069 elif 'PE' in fileout:
1070 # E.g. Windows uses this format
1071 if 'Windows' in fileout:
1072 linkage = 'WindowsPE'
1073 else:
1074 linkage = 'PE'
1075 elif 'COFF' in fileout:
1076 linkage = 'COFF'
1077 elif 'MS-DOS' in fileout:
1078 linkage = 'MSDOS'
1079 else:
1080 # XXX the A.OUT format also falls under this class...
1081 pass
1082
1083 return bits,linkage
1084
1085### Portable uname() interface
Tim Peters0eadaac2003-04-24 16:02:54 +00001086
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001087_uname_cache = None
1088
1089def uname():
1090
1091 """ Fairly portable uname interface. Returns a tuple
1092 of strings (system,node,release,version,machine,processor)
1093 identifying the underlying platform.
1094
1095 Note that unlike the os.uname function this also returns
Brett Cannon8ab27df2003-08-05 03:52:04 +00001096 possible processor information as an additional tuple entry.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001097
1098 Entries which cannot be determined are set to ''.
1099
1100 """
1101 global _uname_cache
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001102 no_os_uname = 0
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001103
1104 if _uname_cache is not None:
1105 return _uname_cache
1106
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001107 processor = ''
1108
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001109 # Get some infos from the builtin os.uname API...
1110 try:
1111 system,node,release,version,machine = os.uname()
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001112 except AttributeError:
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001113 no_os_uname = 1
1114
1115 if no_os_uname or not filter(None, (system, node, release, version, machine)):
1116 # Hmm, no there is either no uname or uname has returned
1117 #'unknowns'... we'll have to poke around the system then.
1118 if no_os_uname:
1119 system = sys.platform
1120 release = ''
1121 version = ''
1122 node = _node()
1123 machine = ''
1124
1125 use_syscmd_ver = 01
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001126
1127 # Try win32_ver() on win32 platforms
1128 if system == 'win32':
1129 release,version,csd,ptype = win32_ver()
1130 if release and version:
1131 use_syscmd_ver = 0
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +00001132 # Try to use the PROCESSOR_* environment variables
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001133 # available on Win XP and later; see
1134 # http://support.microsoft.com/kb/888731 and
1135 # http://www.geocities.com/rick_lively/MANUALS/ENV/MSWIN/PROCESSI.HTM
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001136 if not machine:
1137 machine = os.environ.get('PROCESSOR_ARCHITECTURE', '')
1138 if not processor:
1139 processor = os.environ.get('PROCESSOR_IDENTIFIER', machine)
Tim Peters0eadaac2003-04-24 16:02:54 +00001140
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001141 # Try the 'ver' system command available on some
1142 # platforms
1143 if use_syscmd_ver:
1144 system,release,version = _syscmd_ver(system)
Marc-André Lemburgcdc79232004-06-19 17:17:00 +00001145 # Normalize system to what win32_ver() normally returns
1146 # (_syscmd_ver() tends to return the vendor name as well)
1147 if system == 'Microsoft Windows':
1148 system = 'Windows'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +00001149 elif system == 'Microsoft' and release == 'Windows':
1150 # Under Windows Vista and Windows Server 2008,
1151 # Microsoft changed the output of the ver command. The
1152 # release is no longer printed. This causes the
1153 # system and release to be misidentified.
1154 system = 'Windows'
1155 if '6.0' == version[:3]:
1156 release = 'Vista'
1157 else:
1158 release = ''
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001159
1160 # In case we still don't know anything useful, we'll try to
1161 # help ourselves
1162 if system in ('win32','win16'):
1163 if not version:
1164 if system == 'win32':
1165 version = '32bit'
1166 else:
1167 version = '16bit'
1168 system = 'Windows'
1169
1170 elif system[:4] == 'java':
1171 release,vendor,vminfo,osinfo = java_ver()
1172 system = 'Java'
1173 version = string.join(vminfo,', ')
1174 if not version:
1175 version = vendor
1176
1177 elif os.name == 'mac':
1178 release,(version,stage,nonrel),machine = mac_ver()
1179 system = 'MacOS'
1180
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001181 # System specific extensions
1182 if system == 'OpenVMS':
1183 # OpenVMS seems to have release and version mixed up
1184 if not release or release == '0':
1185 release = version
1186 version = ''
1187 # Get processor information
1188 try:
1189 import vms_lib
1190 except ImportError:
1191 pass
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001192 else:
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001193 csid, cpu_number = vms_lib.getsyi('SYI$_CPU',0)
1194 if (cpu_number >= 128):
1195 processor = 'Alpha'
1196 else:
1197 processor = 'VAX'
1198 if not processor:
1199 # Get processor information from the uname system command
1200 processor = _syscmd_uname('-p','')
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001201
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001202 #If any unknowns still exist, replace them with ''s, which are more portable
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001203 if system == 'unknown':
1204 system = ''
1205 if node == 'unknown':
1206 node = ''
1207 if release == 'unknown':
1208 release = ''
1209 if version == 'unknown':
1210 version = ''
1211 if machine == 'unknown':
1212 machine = ''
1213 if processor == 'unknown':
1214 processor = ''
Sean Reifscheiderf09597c2007-09-17 20:53:21 +00001215
1216 # normalize name
1217 if system == 'Microsoft' and release == 'Windows':
1218 system = 'Windows'
1219 release = 'Vista'
1220
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001221 _uname_cache = system,node,release,version,machine,processor
1222 return _uname_cache
1223
1224### Direct interfaces to some of the uname() return values
1225
1226def system():
1227
1228 """ Returns the system/OS name, e.g. 'Linux', 'Windows' or 'Java'.
1229
1230 An empty string is returned if the value cannot be determined.
1231
1232 """
1233 return uname()[0]
1234
1235def node():
1236
Brett Cannon8ab27df2003-08-05 03:52:04 +00001237 """ Returns the computer's network name (which may not be fully
1238 qualified)
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001239
1240 An empty string is returned if the value cannot be determined.
1241
1242 """
1243 return uname()[1]
1244
1245def release():
1246
1247 """ Returns the system's release, e.g. '2.2.0' or 'NT'
1248
1249 An empty string is returned if the value cannot be determined.
1250
1251 """
1252 return uname()[2]
1253
1254def version():
1255
1256 """ Returns the system's release version, e.g. '#3 on degas'
1257
1258 An empty string is returned if the value cannot be determined.
1259
1260 """
1261 return uname()[3]
1262
1263def machine():
1264
1265 """ Returns the machine type, e.g. 'i386'
1266
1267 An empty string is returned if the value cannot be determined.
1268
1269 """
1270 return uname()[4]
1271
1272def processor():
1273
1274 """ Returns the (true) processor name, e.g. 'amdk6'
1275
1276 An empty string is returned if the value cannot be
1277 determined. Note that many platforms do not provide this
1278 information or simply return the same value as for machine(),
1279 e.g. NetBSD does this.
1280
1281 """
1282 return uname()[5]
1283
1284### Various APIs for extracting information from sys.version
1285
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001286_sys_version_parser = re.compile(
1287 r'([\w.+]+)\s*'
1288 '\(#?([^,]+),\s*([\w ]+),\s*([\w :]+)\)\s*'
1289 '\[([^\]]+)\]?')
1290
1291_jython_sys_version_parser = re.compile(
1292 r'([\d\.]+)')
1293
1294_ironpython_sys_version_parser = re.compile(
1295 r'IronPython\s*'
1296 '([\d\.]+)'
1297 '(?: \(([\d\.]+)\))?'
1298 ' on (.NET [\d\.]+)')
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001299
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001300_sys_version_cache = {}
1301
1302def _sys_version(sys_version=None):
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001303
1304 """ Returns a parsed version of Python's sys.version as tuple
Marc-André Lemburg152f2222009-03-25 19:52:04 +00001305 (name, version, branch, revision, buildno, builddate, compiler)
1306 referring to the Python implementation name, version, branch,
1307 revision, build number, build date/time as string and the compiler
1308 identification string.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001309
1310 Note that unlike the Python sys.version, the returned value
1311 for the Python version will always include the patchlevel (it
1312 defaults to '.0').
1313
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001314 The function returns empty strings for tuple entries that
1315 cannot be determined.
1316
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001317 sys_version may be given to parse an alternative version
1318 string, e.g. if the version was read from a different Python
1319 interpreter.
1320
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001321 """
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001322 # Get the Python version
1323 if sys_version is None:
1324 sys_version = sys.version
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001325
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001326 # Try the cache first
1327 result = _sys_version_cache.get(sys_version, None)
1328 if result is not None:
1329 return result
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001330
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001331 # Parse it
1332 if sys_version[:10] == 'IronPython':
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001333 # IronPython
1334 name = 'IronPython'
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001335 match = _ironpython_sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001336 if match is None:
1337 raise ValueError(
1338 'failed to parse IronPython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001339 repr(sys_version))
1340 version, alt_version, compiler = match.groups()
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001341 branch = ''
1342 revision = ''
1343 buildno = ''
1344 builddate = ''
1345
1346 elif sys.platform[:4] == 'java':
1347 # Jython
1348 name = 'Jython'
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001349 match = _jython_sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001350 if match is None:
1351 raise ValueError(
1352 'failed to parse Jython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001353 repr(sys_version))
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001354 version, = match.groups()
1355 branch = ''
1356 revision = ''
1357 compiler = sys.platform
1358 buildno = ''
1359 builddate = ''
1360
1361 else:
1362 # CPython
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001363 match = _sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001364 if match is None:
1365 raise ValueError(
1366 'failed to parse CPython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001367 repr(sys_version))
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001368 version, buildno, builddate, buildtime, compiler = \
1369 match.groups()
1370 if hasattr(sys, 'subversion'):
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001371 # sys.subversion was added in Python 2.5
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001372 name, branch, revision = sys.subversion
1373 else:
1374 name = 'CPython'
1375 branch = ''
1376 revision = ''
1377 builddate = builddate + ' ' + buildtime
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001378
1379 # Add the patchlevel version if missing
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001380 l = string.split(version, '.')
1381 if len(l) == 2:
1382 l.append('0')
1383 version = string.join(l, '.')
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001384
1385 # Build and cache the result
1386 result = (name, version, branch, revision, buildno, builddate, compiler)
1387 _sys_version_cache[sys_version] = result
1388 return result
1389
1390def _test_sys_version():
1391
1392 _sys_version_cache.clear()
1393 for input, output in (
1394 ('2.4.3 (#1, Jun 21 2006, 13:54:21) \n[GCC 3.3.4 (pre 3.3.5 20040809)]',
1395 ('CPython', '2.4.3', '', '', '1', 'Jun 21 2006 13:54:21', 'GCC 3.3.4 (pre 3.3.5 20040809)')),
1396 ('IronPython 1.0.60816 on .NET 2.0.50727.42',
1397 ('IronPython', '1.0.60816', '', '', '', '', '.NET 2.0.50727.42')),
1398 ('IronPython 1.0 (1.0.61005.1977) on .NET 2.0.50727.42',
1399 ('IronPython', '1.0.0', '', '', '', '', '.NET 2.0.50727.42')),
1400 ):
1401 parsed = _sys_version(input)
1402 if parsed != output:
1403 print (input, parsed)
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001404
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001405def python_implementation():
1406
1407 """ Returns a string identifying the Python implementation.
1408
1409 Currently, the following implementations are identified:
1410 'CPython' (C implementation of Python),
1411 'IronPython' (.NET implementation of Python),
1412 'Jython' (Java implementation of Python).
1413
1414 """
1415 return _sys_version()[0]
1416
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001417def python_version():
1418
1419 """ Returns the Python version as string 'major.minor.patchlevel'
1420
1421 Note that unlike the Python sys.version, the returned value
1422 will always include the patchlevel (it defaults to 0).
1423
1424 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001425 return _sys_version()[1]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001426
1427def python_version_tuple():
1428
1429 """ Returns the Python version as tuple (major, minor, patchlevel)
1430 of strings.
1431
1432 Note that unlike the Python sys.version, the returned value
1433 will always include the patchlevel (it defaults to 0).
1434
1435 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001436 return tuple(string.split(_sys_version()[1], '.'))
1437
1438def python_branch():
1439
Neal Norwitz4b86f8b2007-01-13 21:22:37 +00001440 """ Returns a string identifying the Python implementation
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001441 branch.
1442
1443 For CPython this is the Subversion branch from which the
1444 Python binary was built.
1445
1446 If not available, an empty string is returned.
1447
1448 """
Tim Petersf733abb2007-01-30 03:03:46 +00001449
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001450 return _sys_version()[2]
1451
1452def python_revision():
1453
Neal Norwitz4b86f8b2007-01-13 21:22:37 +00001454 """ Returns a string identifying the Python implementation
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001455 revision.
1456
1457 For CPython this is the Subversion revision from which the
1458 Python binary was built.
1459
1460 If not available, an empty string is returned.
1461
1462 """
1463 return _sys_version()[3]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001464
1465def python_build():
1466
1467 """ Returns a tuple (buildno, builddate) stating the Python
1468 build number and date as strings.
1469
1470 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001471 return _sys_version()[4:6]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001472
1473def python_compiler():
1474
1475 """ Returns a string identifying the compiler used for compiling
1476 Python.
1477
1478 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001479 return _sys_version()[6]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001480
1481### The Opus Magnum of platform strings :-)
1482
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001483_platform_cache = {}
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001484
1485def platform(aliased=0, terse=0):
1486
1487 """ Returns a single string identifying the underlying platform
1488 with as much useful information as possible (but no more :).
Tim Peters0eadaac2003-04-24 16:02:54 +00001489
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001490 The output is intended to be human readable rather than
1491 machine parseable. It may look different on different
1492 platforms and this is intended.
1493
1494 If "aliased" is true, the function will use aliases for
1495 various platforms that report system names which differ from
1496 their common names, e.g. SunOS will be reported as
1497 Solaris. The system_alias() function is used to implement
1498 this.
1499
1500 Setting terse to true causes the function to return only the
1501 absolute minimum information needed to identify the platform.
1502
1503 """
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001504 result = _platform_cache.get((aliased, terse), None)
1505 if result is not None:
1506 return result
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001507
1508 # Get uname information and then apply platform specific cosmetics
1509 # to it...
1510 system,node,release,version,machine,processor = uname()
1511 if machine == processor:
1512 processor = ''
1513 if aliased:
1514 system,release,version = system_alias(system,release,version)
1515
1516 if system == 'Windows':
1517 # MS platforms
1518 rel,vers,csd,ptype = win32_ver(version)
1519 if terse:
1520 platform = _platform(system,release)
1521 else:
1522 platform = _platform(system,release,version,csd)
1523
1524 elif system in ('Linux',):
1525 # Linux based systems
1526 distname,distversion,distid = dist('')
1527 if distname and not terse:
1528 platform = _platform(system,release,machine,processor,
1529 'with',
1530 distname,distversion,distid)
1531 else:
1532 # If the distribution name is unknown check for libc vs. glibc
1533 libcname,libcversion = libc_ver(sys.executable)
1534 platform = _platform(system,release,machine,processor,
1535 'with',
1536 libcname+libcversion)
1537 elif system == 'Java':
1538 # Java platforms
1539 r,v,vminfo,(os_name,os_version,os_arch) = java_ver()
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001540 if terse or not os_name:
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001541 platform = _platform(system,release,version)
1542 else:
1543 platform = _platform(system,release,version,
1544 'on',
1545 os_name,os_version,os_arch)
1546
1547 elif system == 'MacOS':
1548 # MacOS platforms
1549 if terse:
1550 platform = _platform(system,release)
1551 else:
1552 platform = _platform(system,release,machine)
1553
1554 else:
1555 # Generic handler
1556 if terse:
1557 platform = _platform(system,release)
1558 else:
1559 bits,linkage = architecture(sys.executable)
1560 platform = _platform(system,release,machine,processor,bits,linkage)
Tim Peters0eadaac2003-04-24 16:02:54 +00001561
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001562 _platform_cache[(aliased, terse)] = platform
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001563 return platform
1564
1565### Command line interface
1566
1567if __name__ == '__main__':
1568 # Default is to print the aliased verbose platform string
Tim Peters0eadaac2003-04-24 16:02:54 +00001569 terse = ('terse' in sys.argv or '--terse' in sys.argv)
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001570 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv)
1571 print platform(aliased,terse)
1572 sys.exit(0)