blob: 7a6f339147e55332d3879815d7422b3b98726d31 [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
13# Python SourceForge Project Page and assign them to "lemburg".
14#
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
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +000094 Copyright (c) 2000-2008, 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
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000250 # Parse the first line
251 m = _lsb_release_version.match(firstline)
252 if m is not None:
253 # LSB format: "distro release x.x (codename)"
254 return tuple(m.groups())
255
256 # Pre-LSB format: "distro x.x (codename)"
257 m = _release_version.match(firstline)
258 if m is not None:
259 return tuple(m.groups())
260
261 # Unkown format... take the first two words
262 l = string.split(string.strip(firstline))
263 if l:
264 version = l[0]
265 if len(l) > 1:
266 id = l[1]
267 else:
268 id = ''
269 return '', version, id
270
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000271def linux_distribution(distname='', version='', id='',
272
273 supported_dists=_supported_dists,
274 full_distribution_name=1):
275
276 """ Tries to determine the name of the Linux OS distribution name.
277
278 The function first looks for a distribution release file in
279 /etc and then reverts to _dist_try_harder() in case no
280 suitable files are found.
281
282 supported_dists may be given to define the set of Linux
283 distributions to look for. It defaults to a list of currently
284 supported Linux distributions identified by their release file
285 name.
286
287 If full_distribution_name is true (default), the full
288 distribution read from the OS is returned. Otherwise the short
289 name taken from supported_dists is used.
290
291 Returns a tuple (distname,version,id) which default to the
292 args given as parameters.
293
294 """
295 try:
296 etc = os.listdir('/etc')
297 except os.error:
298 # Probably not a Unix system
299 return distname,version,id
300 etc.sort()
301 for file in etc:
302 m = _release_filename.match(file)
303 if m is not None:
304 _distname,dummy = m.groups()
305 if _distname in supported_dists:
306 distname = _distname
307 break
308 else:
309 return _dist_try_harder(distname,version,id)
Tim Petersf733abb2007-01-30 03:03:46 +0000310
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000311 # Read the first line
312 f = open('/etc/'+file, 'r')
313 firstline = f.readline()
314 f.close()
315 _distname, _version, _id = _parse_release_file(firstline)
316
317 if _distname and full_distribution_name:
318 distname = _distname
319 if _version:
320 version = _version
321 if _id:
322 id = _id
323 return distname, version, id
324
325# To maintain backwards compatibility:
Tim Petersf733abb2007-01-30 03:03:46 +0000326
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000327def dist(distname='',version='',id='',
328
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000329 supported_dists=_supported_dists):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000330
Brett Cannon8ab27df2003-08-05 03:52:04 +0000331 """ Tries to determine the name of the Linux OS distribution name.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000332
333 The function first looks for a distribution release file in
334 /etc and then reverts to _dist_try_harder() in case no
335 suitable files are found.
336
Brett Cannon8ab27df2003-08-05 03:52:04 +0000337 Returns a tuple (distname,version,id) which default to the
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000338 args given as parameters.
339
340 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000341 return linux_distribution(distname, version, id,
342 supported_dists=supported_dists,
343 full_distribution_name=0)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000344
345class _popen:
346
347 """ Fairly portable (alternative) popen implementation.
348
349 This is mostly needed in case os.popen() is not available, or
350 doesn't work as advertised, e.g. in Win9X GUI programs like
351 PythonWin or IDLE.
352
353 Writing to the pipe is currently not supported.
354
355 """
356 tmpfile = ''
357 pipe = None
358 bufsize = None
359 mode = 'r'
360
361 def __init__(self,cmd,mode='r',bufsize=None):
362
363 if mode != 'r':
364 raise ValueError,'popen()-emulation only supports read mode'
365 import tempfile
366 self.tmpfile = tmpfile = tempfile.mktemp()
367 os.system(cmd + ' > %s' % tmpfile)
368 self.pipe = open(tmpfile,'rb')
369 self.bufsize = bufsize
370 self.mode = mode
371
372 def read(self):
373
374 return self.pipe.read()
375
376 def readlines(self):
377
378 if self.bufsize is not None:
379 return self.pipe.readlines()
380
381 def close(self,
382
383 remove=os.unlink,error=os.error):
384
385 if self.pipe:
386 rc = self.pipe.close()
387 else:
388 rc = 255
389 if self.tmpfile:
390 try:
391 remove(self.tmpfile)
392 except error:
393 pass
394 return rc
395
396 # Alias
397 __del__ = close
398
399def popen(cmd, mode='r', bufsize=None):
400
401 """ Portable popen() interface.
402 """
403 # Find a working popen implementation preferring win32pipe.popen
404 # over os.popen over _popen
405 popen = None
406 if os.environ.get('OS','') == 'Windows_NT':
407 # On NT win32pipe should work; on Win9x it hangs due to bugs
408 # in the MS C lib (see MS KnowledgeBase article Q150956)
409 try:
410 import win32pipe
411 except ImportError:
412 pass
413 else:
414 popen = win32pipe.popen
415 if popen is None:
416 if hasattr(os,'popen'):
417 popen = os.popen
418 # Check whether it works... it doesn't in GUI programs
419 # on Windows platforms
420 if sys.platform == 'win32': # XXX Others too ?
421 try:
422 popen('')
423 except os.error:
424 popen = _popen
425 else:
426 popen = _popen
427 if bufsize is None:
428 return popen(cmd,mode)
429 else:
430 return popen(cmd,mode,bufsize)
431
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000432def _norm_version(version, build=''):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000433
Brett Cannon8ab27df2003-08-05 03:52:04 +0000434 """ Normalize the version and build strings and return a single
Walter Dörwalde5a7fad2005-11-21 17:01:27 +0000435 version string using the format major.minor.build (or patchlevel).
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000436 """
437 l = string.split(version,'.')
438 if build:
439 l.append(build)
440 try:
441 ints = map(int,l)
442 except ValueError:
443 strings = l
444 else:
445 strings = map(str,ints)
446 version = string.join(strings[:3],'.')
447 return version
448
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000449_ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
450 '.*'
451 'Version ([\d.]+))')
452
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000453def _syscmd_ver(system='', release='', version='',
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000454
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000455 supported_platforms=('win32','win16','dos','os2')):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000456
457 """ Tries to figure out the OS version used and returns
458 a tuple (system,release,version).
Tim Peters0eadaac2003-04-24 16:02:54 +0000459
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000460 It uses the "ver" shell command for this which is known
461 to exists on Windows, DOS and OS/2. XXX Others too ?
462
463 In case this fails, the given parameters are used as
464 defaults.
465
466 """
467 if sys.platform not in supported_platforms:
468 return system,release,version
469
470 # Try some common cmd strings
471 for cmd in ('ver','command /c ver','cmd /c ver'):
472 try:
473 pipe = popen(cmd)
474 info = pipe.read()
475 if pipe.close():
476 raise os.error,'command failed'
477 # XXX How can I supress shell errors from being written
478 # to stderr ?
479 except os.error,why:
480 #print 'Command %s failed: %s' % (cmd,why)
481 continue
482 except IOError,why:
483 #print 'Command %s failed: %s' % (cmd,why)
484 continue
485 else:
486 break
487 else:
488 return system,release,version
489
490 # Parse the output
491 info = string.strip(info)
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000492 m = _ver_output.match(info)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000493 if m is not None:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000494 system,release,version = m.groups()
495 # Strip trailing dots from version and release
496 if release[-1] == '.':
497 release = release[:-1]
498 if version[-1] == '.':
499 version = version[:-1]
500 # Normalize the version and build strings (eliminating additional
501 # zeros)
502 version = _norm_version(version)
503 return system,release,version
504
505def _win32_getvalue(key,name,default=''):
506
507 """ Read a value for name from the registry key.
508
509 In case this fails, default is returned.
510
511 """
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000512 try:
513 # Use win32api if available
514 from win32api import RegQueryValueEx
515 except ImportError:
516 # On Python 2.0 and later, emulate using _winreg
517 import _winreg
518 RegQueryValueEx = _winreg.QueryValueEx
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000519 try:
520 return RegQueryValueEx(key,name)
521 except:
522 return default
523
524def win32_ver(release='',version='',csd='',ptype=''):
525
526 """ Get additional version information from the Windows Registry
527 and return a tuple (version,csd,ptype) referring to version
528 number, CSD level and OS type (multi/single
529 processor).
530
531 As a hint: ptype returns 'Uniprocessor Free' on single
532 processor NT machines and 'Multiprocessor Free' on multi
533 processor machines. The 'Free' refers to the OS version being
534 free of debugging code. It could also state 'Checked' which
535 means the OS version uses debugging code, i.e. code that
536 checks arguments, ranges, etc. (Thomas Heller).
537
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000538 Note: this function works best with Mark Hammond's win32
539 package installed, but also on Python 2.3 and later. It
540 obviously only runs on Win32 compatible platforms.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000541
542 """
543 # XXX Is there any way to find out the processor type on WinXX ?
544 # XXX Is win32 available on Windows CE ?
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000545 #
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000546 # Adapted from code posted by Karl Putland to comp.lang.python.
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000547 #
548 # The mappings between reg. values and release names can be found
549 # here: http://msdn.microsoft.com/library/en-us/sysinfo/base/osversioninfo_str.asp
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000550
551 # Import the needed APIs
552 try:
553 import win32api
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000554 from win32api import RegQueryValueEx, RegOpenKeyEx, \
555 RegCloseKey, GetVersionEx
556 from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \
557 VER_PLATFORM_WIN32_WINDOWS, VER_NT_WORKSTATION
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000558 except ImportError:
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000559 # Emulate the win32api module using Python APIs
560 try:
561 sys.getwindowsversion
562 except AttributeError:
563 # No emulation possible, so return the defaults...
564 return release,version,csd,ptype
565 else:
566 # Emulation using _winreg (added in Python 2.0) and
567 # sys.getwindowsversion() (added in Python 2.3)
568 import _winreg
569 GetVersionEx = sys.getwindowsversion
570 RegQueryValueEx = _winreg.QueryValueEx
571 RegOpenKeyEx = _winreg.OpenKeyEx
572 RegCloseKey = _winreg.CloseKey
573 HKEY_LOCAL_MACHINE = _winreg.HKEY_LOCAL_MACHINE
574 VER_PLATFORM_WIN32_WINDOWS = 1
575 VER_PLATFORM_WIN32_NT = 2
576 VER_NT_WORKSTATION = 1
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000577
578 # Find out the registry key and some general version infos
579 maj,min,buildno,plat,csd = GetVersionEx()
580 version = '%i.%i.%i' % (maj,min,buildno & 0xFFFF)
581 if csd[:13] == 'Service Pack ':
582 csd = 'SP' + csd[13:]
583 if plat == VER_PLATFORM_WIN32_WINDOWS:
584 regkey = 'SOFTWARE\\Microsoft\\Windows\\CurrentVersion'
585 # Try to guess the release name
586 if maj == 4:
587 if min == 0:
588 release = '95'
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000589 elif min == 10:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000590 release = '98'
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000591 elif min == 90:
592 release = 'Me'
593 else:
594 release = 'postMe'
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000595 elif maj == 5:
596 release = '2000'
597 elif plat == VER_PLATFORM_WIN32_NT:
598 regkey = 'SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'
599 if maj <= 4:
600 release = 'NT'
601 elif maj == 5:
Marc-André Lemburg91e83e22004-03-25 18:35:12 +0000602 if min == 0:
603 release = '2000'
604 elif min == 1:
605 release = 'XP'
606 elif min == 2:
607 release = '2003Server'
608 else:
609 release = 'post2003'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000610 elif maj == 6:
611 if min == 0:
612 # Per http://msdn2.microsoft.com/en-us/library/ms724429.aspx
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000613 try:
614 productType = GetVersionEx(1)[8]
615 except TypeError:
616 # sys.getwindowsversion() doesn't take any arguments, so
617 # we cannot detect 2008 Server that way.
618 # XXX Add some other means of detecting 2008 Server ?!
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000619 release = 'Vista'
620 else:
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000621 if productType == VER_NT_WORKSTATION:
622 release = 'Vista'
623 else:
624 release = '2008Server'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +0000625 else:
626 release = 'post2008Server'
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000627 else:
628 if not release:
629 # E.g. Win3.1 with win32s
630 release = '%i.%i' % (maj,min)
631 return release,version,csd,ptype
632
633 # Open the registry key
634 try:
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000635 keyCurVer = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000636 # Get a value to make sure the key exists...
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +0000637 RegQueryValueEx(keyCurVer, 'SystemRoot')
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000638 except:
639 return release,version,csd,ptype
Tim Peters0eadaac2003-04-24 16:02:54 +0000640
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000641 # Parse values
642 #subversion = _win32_getvalue(keyCurVer,
643 # 'SubVersionNumber',
644 # ('',1))[0]
645 #if subversion:
646 # release = release + subversion # 95a, 95b, etc.
647 build = _win32_getvalue(keyCurVer,
648 'CurrentBuildNumber',
649 ('',1))[0]
650 ptype = _win32_getvalue(keyCurVer,
651 'CurrentType',
652 (ptype,1))[0]
653
654 # Normalize version
655 version = _norm_version(version,build)
656
657 # Close key
658 RegCloseKey(keyCurVer)
659 return release,version,csd,ptype
660
661def _mac_ver_lookup(selectors,default=None):
662
663 from gestalt import gestalt
Jack Jansena290e3d2003-08-11 11:08:49 +0000664 import MacOS
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000665 l = []
666 append = l.append
667 for selector in selectors:
668 try:
669 append(gestalt(selector))
Jack Jansena290e3d2003-08-11 11:08:49 +0000670 except (RuntimeError, MacOS.Error):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000671 append(default)
672 return l
673
674def _bcd2str(bcd):
675
676 return hex(bcd)[2:]
677
678def mac_ver(release='',versioninfo=('','',''),machine=''):
679
680 """ Get MacOS version information and return it as tuple (release,
681 versioninfo, machine) with versioninfo being a tuple (version,
682 dev_stage, non_release_version).
683
Brett Cannon8ab27df2003-08-05 03:52:04 +0000684 Entries which cannot be determined are set to the paramter values
685 which default to ''. All tuple entries are strings.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000686
687 Thanks to Mark R. Levinson for mailing documentation links and
688 code examples for this function. Documentation for the
689 gestalt() API is available online at:
690
691 http://www.rgaros.nl/gestalt/
692
693 """
694 # Check whether the version info module is available
695 try:
696 import gestalt
Jack Jansena290e3d2003-08-11 11:08:49 +0000697 import MacOS
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000698 except ImportError:
699 return release,versioninfo,machine
700 # Get the infos
701 sysv,sysu,sysa = _mac_ver_lookup(('sysv','sysu','sysa'))
702 # Decode the infos
703 if sysv:
704 major = (sysv & 0xFF00) >> 8
705 minor = (sysv & 0x00F0) >> 4
706 patch = (sysv & 0x000F)
Ronald Oussorenc27b8b82008-05-08 10:34:39 +0000707
708 if (major, minor) >= (10, 4):
709 # the 'sysv' gestald cannot return patchlevels
710 # higher than 9. Apple introduced 3 new
711 # gestalt codes in 10.4 to deal with this
712 # issue (needed because patch levels can
713 # run higher than 9, such as 10.4.11)
714 major,minor,patch = _mac_ver_lookup(('sys1','sys2','sys3'))
715 release = '%i.%i.%i' %(major, minor, patch)
716 else:
717 release = '%s.%i.%i' % (_bcd2str(major),minor,patch)
Ronald Oussoren7a0f4c72008-05-18 20:54:47 +0000718
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000719 if sysu:
Ronald Oussoren7a0f4c72008-05-18 20:54:47 +0000720 # NOTE: this block is left as documentation of the
721 # intention of this function, the 'sysu' gestalt is no
722 # longer available and there are no alternatives.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000723 major = int((sysu & 0xFF000000L) >> 24)
724 minor = (sysu & 0x00F00000) >> 20
725 bugfix = (sysu & 0x000F0000) >> 16
726 stage = (sysu & 0x0000FF00) >> 8
727 nonrel = (sysu & 0x000000FF)
728 version = '%s.%i.%i' % (_bcd2str(major),minor,bugfix)
729 nonrel = _bcd2str(nonrel)
730 stage = {0x20:'development',
731 0x40:'alpha',
732 0x60:'beta',
733 0x80:'final'}.get(stage,'')
734 versioninfo = (version,stage,nonrel)
Ronald Oussoren7a0f4c72008-05-18 20:54:47 +0000735
736
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000737 if sysa:
Tim Peters0eadaac2003-04-24 16:02:54 +0000738 machine = {0x1: '68k',
Ronald Oussoren749d0702006-04-17 13:37:15 +0000739 0x2: 'PowerPC',
740 0xa: 'i386'}.get(sysa,'')
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000741 return release,versioninfo,machine
742
Neal Norwitz9b924c62003-06-29 04:17:45 +0000743def _java_getprop(name,default):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000744
745 from java.lang import System
746 try:
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000747 value = System.getProperty(name)
748 if value is None:
749 return default
750 return value
751 except AttributeError:
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000752 return default
753
754def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')):
Tim Peters0eadaac2003-04-24 16:02:54 +0000755
Brett Cannon8ab27df2003-08-05 03:52:04 +0000756 """ Version interface for Jython.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000757
758 Returns a tuple (release,vendor,vminfo,osinfo) with vminfo being
759 a tuple (vm_name,vm_release,vm_vendor) and osinfo being a
760 tuple (os_name,os_version,os_arch).
761
762 Values which cannot be determined are set to the defaults
763 given as parameters (which all default to '').
764
765 """
766 # Import the needed APIs
767 try:
768 import java.lang
769 except ImportError:
770 return release,vendor,vminfo,osinfo
771
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000772 vendor = _java_getprop('java.vendor', vendor)
773 release = _java_getprop('java.version', release)
774 vm_name, vm_release, vm_vendor = vminfo
775 vm_name = _java_getprop('java.vm.name', vm_name)
776 vm_vendor = _java_getprop('java.vm.vendor', vm_vendor)
777 vm_release = _java_getprop('java.vm.version', vm_release)
778 vminfo = vm_name, vm_release, vm_vendor
779 os_name, os_version, os_arch = osinfo
780 os_arch = _java_getprop('java.os.arch', os_arch)
781 os_name = _java_getprop('java.os.name', os_name)
782 os_version = _java_getprop('java.os.version', os_version)
783 osinfo = os_name, os_version, os_arch
Tim Peters0eadaac2003-04-24 16:02:54 +0000784
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000785 return release, vendor, vminfo, osinfo
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000786
787### System name aliasing
788
789def system_alias(system,release,version):
790
791 """ Returns (system,release,version) aliased to common
792 marketing names used for some systems.
793
794 It also does some reordering of the information in some cases
795 where it would otherwise cause confusion.
796
797 """
798 if system == 'Rhapsody':
799 # Apple's BSD derivative
800 # XXX How can we determine the marketing release number ?
801 return 'MacOS X Server',system+release,version
802
803 elif system == 'SunOS':
804 # Sun's OS
805 if release < '5':
806 # These releases use the old name SunOS
807 return system,release,version
808 # Modify release (marketing release = SunOS release - 3)
809 l = string.split(release,'.')
810 if l:
811 try:
812 major = int(l[0])
813 except ValueError:
814 pass
815 else:
816 major = major - 3
817 l[0] = str(major)
818 release = string.join(l,'.')
819 if release < '6':
820 system = 'Solaris'
821 else:
822 # XXX Whatever the new SunOS marketing name is...
823 system = 'Solaris'
824
825 elif system == 'IRIX64':
826 # IRIX reports IRIX64 on platforms with 64-bit support; yet it
827 # is really a version and not a different platform, since 32-bit
828 # apps are also supported..
829 system = 'IRIX'
830 if version:
831 version = version + ' (64bit)'
832 else:
833 version = '64bit'
834
835 elif system in ('win32','win16'):
836 # In case one of the other tricks
837 system = 'Windows'
838
839 return system,release,version
840
841### Various internal helpers
842
843def _platform(*args):
844
845 """ Helper to format the platform string in a filename
846 compatible format e.g. "system-version-machine".
847 """
848 # Format the platform string
849 platform = string.join(
850 map(string.strip,
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +0000851 filter(len, args)),
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000852 '-')
853
854 # Cleanup some possible filename obstacles...
855 replace = string.replace
856 platform = replace(platform,' ','_')
857 platform = replace(platform,'/','-')
858 platform = replace(platform,'\\','-')
859 platform = replace(platform,':','-')
860 platform = replace(platform,';','-')
861 platform = replace(platform,'"','-')
862 platform = replace(platform,'(','-')
863 platform = replace(platform,')','-')
864
865 # No need to report 'unknown' information...
866 platform = replace(platform,'unknown','')
867
868 # Fold '--'s and remove trailing '-'
869 while 1:
870 cleaned = replace(platform,'--','-')
871 if cleaned == platform:
872 break
873 platform = cleaned
874 while platform[-1] == '-':
875 platform = platform[:-1]
876
877 return platform
878
879def _node(default=''):
880
881 """ Helper to determine the node name of this machine.
882 """
883 try:
884 import socket
885 except ImportError:
886 # No sockets...
887 return default
888 try:
889 return socket.gethostname()
890 except socket.error:
891 # Still not working...
892 return default
893
894# os.path.abspath is new in Python 1.5.2:
895if not hasattr(os.path,'abspath'):
896
897 def _abspath(path,
898
899 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd,
900 normpath=os.path.normpath):
901
902 if not isabs(path):
903 path = join(getcwd(), path)
904 return normpath(path)
905
906else:
907
908 _abspath = os.path.abspath
909
910def _follow_symlinks(filepath):
911
912 """ In case filepath is a symlink, follow it until a
913 real file is reached.
914 """
915 filepath = _abspath(filepath)
916 while os.path.islink(filepath):
917 filepath = os.path.normpath(
Hirokazu Yamamoto171c4aa2008-09-04 11:15:14 +0000918 os.path.join(os.path.dirname(filepath),os.readlink(filepath)))
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000919 return filepath
920
921def _syscmd_uname(option,default=''):
922
923 """ Interface to the system's uname command.
924 """
925 if sys.platform in ('dos','win32','win16','os2'):
926 # XXX Others too ?
927 return default
928 try:
929 f = os.popen('uname %s 2> /dev/null' % option)
930 except (AttributeError,os.error):
931 return default
932 output = string.strip(f.read())
933 rc = f.close()
934 if not output or rc:
935 return default
936 else:
937 return output
938
939def _syscmd_file(target,default=''):
940
941 """ Interface to the system's file command.
942
943 The function uses the -b option of the file command to have it
944 ommit the filename in its output and if possible the -L option
945 to have the command follow symlinks. It returns default in
946 case the command should fail.
947
948 """
Hirokazu Yamamotoed8c6442008-09-01 14:32:58 +0000949 if sys.platform in ('dos','win32','win16','os2'):
950 # XXX Others too ?
951 return default
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000952 target = _follow_symlinks(target)
953 try:
Marc-André Lemburgd15fad72008-09-02 10:32:34 +0000954 f = os.popen('file "%s" 2> /dev/null' % target)
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000955 except (AttributeError,os.error):
956 return default
957 output = string.strip(f.read())
958 rc = f.close()
959 if not output or rc:
960 return default
961 else:
962 return output
963
964### Information about the used architecture
965
966# Default values for architecture; non-empty strings override the
967# defaults given as parameters
968_default_architecture = {
969 'win32': ('','WindowsPE'),
970 'win16': ('','Windows'),
971 'dos': ('','MSDOS'),
972}
973
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000974_architecture_split = re.compile(r'[\s,]').split
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000975
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +0000976def architecture(executable=sys.executable,bits='',linkage=''):
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000977
978 """ Queries the given executable (defaults to the Python interpreter
Brett Cannon8ab27df2003-08-05 03:52:04 +0000979 binary) for various architecture information.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000980
Brett Cannon8ab27df2003-08-05 03:52:04 +0000981 Returns a tuple (bits,linkage) which contains information about
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000982 the bit architecture and the linkage format used for the
983 executable. Both values are returned as strings.
984
985 Values that cannot be determined are returned as given by the
986 parameter presets. If bits is given as '', the sizeof(pointer)
987 (or sizeof(long) on Python version < 1.5.2) is used as
988 indicator for the supported pointer size.
989
990 The function relies on the system's "file" command to do the
991 actual work. This is available on most if not all Unix
Brett Cannon8ab27df2003-08-05 03:52:04 +0000992 platforms. On some non-Unix platforms where the "file" command
993 does not exist and the executable is set to the Python interpreter
994 binary defaults from _default_architecture are used.
Marc-André Lemburg246d8472003-04-24 11:36:11 +0000995
996 """
997 # Use the sizeof(pointer) as default number of bits if nothing
998 # else is given as default.
999 if not bits:
1000 import struct
1001 try:
1002 size = struct.calcsize('P')
1003 except struct.error:
1004 # Older installations can only query longs
1005 size = struct.calcsize('l')
1006 bits = str(size*8) + 'bit'
Tim Peters0eadaac2003-04-24 16:02:54 +00001007
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001008 # Get data from the 'file' system command
Marc-André Lemburg3b8f60b2007-01-13 23:13:54 +00001009 if executable:
1010 output = _syscmd_file(executable, '')
1011 else:
1012 output = ''
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001013
1014 if not output and \
1015 executable == sys.executable:
1016 # "file" command did not return anything; we'll try to provide
Tim Peters0eadaac2003-04-24 16:02:54 +00001017 # some sensible defaults then...
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001018 if _default_architecture.has_key(sys.platform):
1019 b,l = _default_architecture[sys.platform]
1020 if b:
1021 bits = b
1022 if l:
1023 linkage = l
1024 return bits,linkage
1025
1026 # Split the output into a list of strings omitting the filename
Marc-André Lemburg366a0fe2003-04-24 11:46:35 +00001027 fileout = _architecture_split(output)[1:]
Tim Peters0eadaac2003-04-24 16:02:54 +00001028
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001029 if 'executable' not in fileout:
1030 # Format not supported
1031 return bits,linkage
1032
1033 # Bits
1034 if '32-bit' in fileout:
1035 bits = '32bit'
1036 elif 'N32' in fileout:
1037 # On Irix only
1038 bits = 'n32bit'
1039 elif '64-bit' in fileout:
1040 bits = '64bit'
1041
1042 # Linkage
1043 if 'ELF' in fileout:
1044 linkage = 'ELF'
1045 elif 'PE' in fileout:
1046 # E.g. Windows uses this format
1047 if 'Windows' in fileout:
1048 linkage = 'WindowsPE'
1049 else:
1050 linkage = 'PE'
1051 elif 'COFF' in fileout:
1052 linkage = 'COFF'
1053 elif 'MS-DOS' in fileout:
1054 linkage = 'MSDOS'
1055 else:
1056 # XXX the A.OUT format also falls under this class...
1057 pass
1058
1059 return bits,linkage
1060
1061### Portable uname() interface
Tim Peters0eadaac2003-04-24 16:02:54 +00001062
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001063_uname_cache = None
1064
1065def uname():
1066
1067 """ Fairly portable uname interface. Returns a tuple
1068 of strings (system,node,release,version,machine,processor)
1069 identifying the underlying platform.
1070
1071 Note that unlike the os.uname function this also returns
Brett Cannon8ab27df2003-08-05 03:52:04 +00001072 possible processor information as an additional tuple entry.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001073
1074 Entries which cannot be determined are set to ''.
1075
1076 """
1077 global _uname_cache
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001078 no_os_uname = 0
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001079
1080 if _uname_cache is not None:
1081 return _uname_cache
1082
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001083 processor = ''
1084
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001085 # Get some infos from the builtin os.uname API...
1086 try:
1087 system,node,release,version,machine = os.uname()
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001088 except AttributeError:
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001089 no_os_uname = 1
1090
1091 if no_os_uname or not filter(None, (system, node, release, version, machine)):
1092 # Hmm, no there is either no uname or uname has returned
1093 #'unknowns'... we'll have to poke around the system then.
1094 if no_os_uname:
1095 system = sys.platform
1096 release = ''
1097 version = ''
1098 node = _node()
1099 machine = ''
1100
1101 use_syscmd_ver = 01
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001102
1103 # Try win32_ver() on win32 platforms
1104 if system == 'win32':
1105 release,version,csd,ptype = win32_ver()
1106 if release and version:
1107 use_syscmd_ver = 0
Marc-André Lemburgdbd61a22008-03-20 17:31:36 +00001108 # Try to use the PROCESSOR_* environment variables
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001109 # available on Win XP and later; see
1110 # http://support.microsoft.com/kb/888731 and
1111 # http://www.geocities.com/rick_lively/MANUALS/ENV/MSWIN/PROCESSI.HTM
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001112 if not machine:
1113 machine = os.environ.get('PROCESSOR_ARCHITECTURE', '')
1114 if not processor:
1115 processor = os.environ.get('PROCESSOR_IDENTIFIER', machine)
Tim Peters0eadaac2003-04-24 16:02:54 +00001116
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001117 # Try the 'ver' system command available on some
1118 # platforms
1119 if use_syscmd_ver:
1120 system,release,version = _syscmd_ver(system)
Marc-André Lemburgcdc79232004-06-19 17:17:00 +00001121 # Normalize system to what win32_ver() normally returns
1122 # (_syscmd_ver() tends to return the vendor name as well)
1123 if system == 'Microsoft Windows':
1124 system = 'Windows'
Marc-André Lemburgb24cd0f2007-06-12 09:26:49 +00001125 elif system == 'Microsoft' and release == 'Windows':
1126 # Under Windows Vista and Windows Server 2008,
1127 # Microsoft changed the output of the ver command. The
1128 # release is no longer printed. This causes the
1129 # system and release to be misidentified.
1130 system = 'Windows'
1131 if '6.0' == version[:3]:
1132 release = 'Vista'
1133 else:
1134 release = ''
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001135
1136 # In case we still don't know anything useful, we'll try to
1137 # help ourselves
1138 if system in ('win32','win16'):
1139 if not version:
1140 if system == 'win32':
1141 version = '32bit'
1142 else:
1143 version = '16bit'
1144 system = 'Windows'
1145
1146 elif system[:4] == 'java':
1147 release,vendor,vminfo,osinfo = java_ver()
1148 system = 'Java'
1149 version = string.join(vminfo,', ')
1150 if not version:
1151 version = vendor
1152
1153 elif os.name == 'mac':
1154 release,(version,stage,nonrel),machine = mac_ver()
1155 system = 'MacOS'
1156
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001157 # System specific extensions
1158 if system == 'OpenVMS':
1159 # OpenVMS seems to have release and version mixed up
1160 if not release or release == '0':
1161 release = version
1162 version = ''
1163 # Get processor information
1164 try:
1165 import vms_lib
1166 except ImportError:
1167 pass
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001168 else:
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001169 csid, cpu_number = vms_lib.getsyi('SYI$_CPU',0)
1170 if (cpu_number >= 128):
1171 processor = 'Alpha'
1172 else:
1173 processor = 'VAX'
1174 if not processor:
1175 # Get processor information from the uname system command
1176 processor = _syscmd_uname('-p','')
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001177
Benjamin Peterson5c0be322008-06-13 15:11:50 +00001178 #If any unknowns still exist, replace them with ''s, which are more portable
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001179 if system == 'unknown':
1180 system = ''
1181 if node == 'unknown':
1182 node = ''
1183 if release == 'unknown':
1184 release = ''
1185 if version == 'unknown':
1186 version = ''
1187 if machine == 'unknown':
1188 machine = ''
1189 if processor == 'unknown':
1190 processor = ''
Sean Reifscheiderf09597c2007-09-17 20:53:21 +00001191
1192 # normalize name
1193 if system == 'Microsoft' and release == 'Windows':
1194 system = 'Windows'
1195 release = 'Vista'
1196
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001197 _uname_cache = system,node,release,version,machine,processor
1198 return _uname_cache
1199
1200### Direct interfaces to some of the uname() return values
1201
1202def system():
1203
1204 """ Returns the system/OS name, e.g. 'Linux', 'Windows' or 'Java'.
1205
1206 An empty string is returned if the value cannot be determined.
1207
1208 """
1209 return uname()[0]
1210
1211def node():
1212
Brett Cannon8ab27df2003-08-05 03:52:04 +00001213 """ Returns the computer's network name (which may not be fully
1214 qualified)
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001215
1216 An empty string is returned if the value cannot be determined.
1217
1218 """
1219 return uname()[1]
1220
1221def release():
1222
1223 """ Returns the system's release, e.g. '2.2.0' or 'NT'
1224
1225 An empty string is returned if the value cannot be determined.
1226
1227 """
1228 return uname()[2]
1229
1230def version():
1231
1232 """ Returns the system's release version, e.g. '#3 on degas'
1233
1234 An empty string is returned if the value cannot be determined.
1235
1236 """
1237 return uname()[3]
1238
1239def machine():
1240
1241 """ Returns the machine type, e.g. 'i386'
1242
1243 An empty string is returned if the value cannot be determined.
1244
1245 """
1246 return uname()[4]
1247
1248def processor():
1249
1250 """ Returns the (true) processor name, e.g. 'amdk6'
1251
1252 An empty string is returned if the value cannot be
1253 determined. Note that many platforms do not provide this
1254 information or simply return the same value as for machine(),
1255 e.g. NetBSD does this.
1256
1257 """
1258 return uname()[5]
1259
1260### Various APIs for extracting information from sys.version
1261
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001262_sys_version_parser = re.compile(
1263 r'([\w.+]+)\s*'
1264 '\(#?([^,]+),\s*([\w ]+),\s*([\w :]+)\)\s*'
1265 '\[([^\]]+)\]?')
1266
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001267_ironpython_sys_version_parser = re.compile(
1268 r'IronPython\s*'
1269 '([\d\.]+)'
1270 '(?: \(([\d\.]+)\))?'
1271 ' on (.NET [\d\.]+)')
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001272
Benjamin Peterson0ad9b772009-03-26 19:09:21 +00001273_pypy_sys_version_parser = re.compile(
1274 r'([\w.+]+)\s*'
1275 '\(#?([^,]+),\s*([\w ]+),\s*([\w :]+)\)\s*'
1276 '\[PyPy [^\]]+\]?')
1277
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001278_sys_version_cache = {}
1279
1280def _sys_version(sys_version=None):
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001281
1282 """ Returns a parsed version of Python's sys.version as tuple
Marc-André Lemburga519cfc2009-03-25 19:44:58 +00001283 (name, version, branch, revision, buildno, builddate, compiler)
1284 referring to the Python implementation name, version, branch,
1285 revision, build number, build date/time as string and the compiler
1286 identification string.
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001287
1288 Note that unlike the Python sys.version, the returned value
1289 for the Python version will always include the patchlevel (it
1290 defaults to '.0').
1291
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001292 The function returns empty strings for tuple entries that
1293 cannot be determined.
1294
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001295 sys_version may be given to parse an alternative version
1296 string, e.g. if the version was read from a different Python
1297 interpreter.
1298
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001299 """
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001300 # Get the Python version
1301 if sys_version is None:
1302 sys_version = sys.version
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001303
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001304 # Try the cache first
1305 result = _sys_version_cache.get(sys_version, None)
1306 if result is not None:
1307 return result
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001308
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001309 # Parse it
1310 if sys_version[:10] == 'IronPython':
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001311 # IronPython
1312 name = 'IronPython'
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001313 match = _ironpython_sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001314 if match is None:
1315 raise ValueError(
1316 'failed to parse IronPython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001317 repr(sys_version))
1318 version, alt_version, compiler = match.groups()
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001319 buildno = ''
1320 builddate = ''
1321
1322 elif sys.platform[:4] == 'java':
1323 # Jython
1324 name = 'Jython'
Benjamin Petersonf521b8c2009-03-26 18:35:37 +00001325 match = _sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001326 if match is None:
1327 raise ValueError(
1328 'failed to parse Jython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001329 repr(sys_version))
Benjamin Petersonf521b8c2009-03-26 18:35:37 +00001330 version, buildno, builddate, buildtime, _ = match.groups()
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001331 compiler = sys.platform
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001332
Benjamin Peterson0ad9b772009-03-26 19:09:21 +00001333 elif "PyPy" in sys_version:
1334 # PyPy
1335 name = "PyPy"
1336 match = _pypy_sys_version_parser.match(sys_version)
1337 if match is None:
1338 raise ValueError("failed to parse PyPy sys.version: %s" %
1339 repr(sys_version))
1340 version, buildno, builddate, buildtime = match.groups()
1341 compiler = ""
1342
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001343 else:
1344 # CPython
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001345 match = _sys_version_parser.match(sys_version)
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001346 if match is None:
1347 raise ValueError(
1348 'failed to parse CPython sys.version: %s' %
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001349 repr(sys_version))
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001350 version, buildno, builddate, buildtime, compiler = \
1351 match.groups()
Benjamin Petersonb457b892009-03-26 18:55:48 +00001352 name = 'CPython'
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001353 builddate = builddate + ' ' + buildtime
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001354
Benjamin Petersonb457b892009-03-26 18:55:48 +00001355 if hasattr(sys, 'subversion'):
1356 # sys.subversion was added in Python 2.5
1357 _, branch, revision = sys.subversion
1358 else:
1359 branch = ''
1360 revision = ''
1361
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001362 # Add the patchlevel version if missing
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001363 l = string.split(version, '.')
1364 if len(l) == 2:
1365 l.append('0')
1366 version = string.join(l, '.')
Marc-André Lemburg2be9d432007-01-13 22:32:21 +00001367
1368 # Build and cache the result
1369 result = (name, version, branch, revision, buildno, builddate, compiler)
1370 _sys_version_cache[sys_version] = result
1371 return result
1372
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001373def python_implementation():
1374
1375 """ Returns a string identifying the Python implementation.
1376
1377 Currently, the following implementations are identified:
1378 'CPython' (C implementation of Python),
1379 'IronPython' (.NET implementation of Python),
1380 'Jython' (Java implementation of Python).
1381
1382 """
1383 return _sys_version()[0]
1384
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001385def python_version():
1386
1387 """ Returns the Python version as string 'major.minor.patchlevel'
1388
1389 Note that unlike the Python sys.version, the returned value
1390 will always include the patchlevel (it defaults to 0).
1391
1392 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001393 return _sys_version()[1]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001394
1395def python_version_tuple():
1396
1397 """ Returns the Python version as tuple (major, minor, patchlevel)
1398 of strings.
1399
1400 Note that unlike the Python sys.version, the returned value
1401 will always include the patchlevel (it defaults to 0).
1402
1403 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001404 return tuple(string.split(_sys_version()[1], '.'))
1405
1406def python_branch():
1407
Neal Norwitz4b86f8b2007-01-13 21:22:37 +00001408 """ Returns a string identifying the Python implementation
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001409 branch.
1410
1411 For CPython this is the Subversion branch from which the
1412 Python binary was built.
1413
1414 If not available, an empty string is returned.
1415
1416 """
Tim Petersf733abb2007-01-30 03:03:46 +00001417
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001418 return _sys_version()[2]
1419
1420def python_revision():
1421
Neal Norwitz4b86f8b2007-01-13 21:22:37 +00001422 """ Returns a string identifying the Python implementation
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001423 revision.
1424
1425 For CPython this is the Subversion revision from which the
1426 Python binary was built.
1427
1428 If not available, an empty string is returned.
1429
1430 """
1431 return _sys_version()[3]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001432
1433def python_build():
1434
1435 """ Returns a tuple (buildno, builddate) stating the Python
1436 build number and date as strings.
1437
1438 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001439 return _sys_version()[4:6]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001440
1441def python_compiler():
1442
1443 """ Returns a string identifying the compiler used for compiling
1444 Python.
1445
1446 """
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001447 return _sys_version()[6]
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001448
1449### The Opus Magnum of platform strings :-)
1450
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001451_platform_cache = {}
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001452
1453def platform(aliased=0, terse=0):
1454
1455 """ Returns a single string identifying the underlying platform
1456 with as much useful information as possible (but no more :).
Tim Peters0eadaac2003-04-24 16:02:54 +00001457
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001458 The output is intended to be human readable rather than
1459 machine parseable. It may look different on different
1460 platforms and this is intended.
1461
1462 If "aliased" is true, the function will use aliases for
1463 various platforms that report system names which differ from
1464 their common names, e.g. SunOS will be reported as
1465 Solaris. The system_alias() function is used to implement
1466 this.
1467
1468 Setting terse to true causes the function to return only the
1469 absolute minimum information needed to identify the platform.
1470
1471 """
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001472 result = _platform_cache.get((aliased, terse), None)
1473 if result is not None:
1474 return result
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001475
1476 # Get uname information and then apply platform specific cosmetics
1477 # to it...
1478 system,node,release,version,machine,processor = uname()
1479 if machine == processor:
1480 processor = ''
1481 if aliased:
1482 system,release,version = system_alias(system,release,version)
1483
1484 if system == 'Windows':
1485 # MS platforms
1486 rel,vers,csd,ptype = win32_ver(version)
1487 if terse:
1488 platform = _platform(system,release)
1489 else:
1490 platform = _platform(system,release,version,csd)
1491
1492 elif system in ('Linux',):
1493 # Linux based systems
1494 distname,distversion,distid = dist('')
1495 if distname and not terse:
1496 platform = _platform(system,release,machine,processor,
1497 'with',
1498 distname,distversion,distid)
1499 else:
1500 # If the distribution name is unknown check for libc vs. glibc
1501 libcname,libcversion = libc_ver(sys.executable)
1502 platform = _platform(system,release,machine,processor,
1503 'with',
1504 libcname+libcversion)
1505 elif system == 'Java':
1506 # Java platforms
1507 r,v,vminfo,(os_name,os_version,os_arch) = java_ver()
Marc-André Lemburg9e0dc962007-01-13 21:00:08 +00001508 if terse or not os_name:
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001509 platform = _platform(system,release,version)
1510 else:
1511 platform = _platform(system,release,version,
1512 'on',
1513 os_name,os_version,os_arch)
1514
1515 elif system == 'MacOS':
1516 # MacOS platforms
1517 if terse:
1518 platform = _platform(system,release)
1519 else:
1520 platform = _platform(system,release,machine)
1521
1522 else:
1523 # Generic handler
1524 if terse:
1525 platform = _platform(system,release)
1526 else:
1527 bits,linkage = architecture(sys.executable)
1528 platform = _platform(system,release,machine,processor,bits,linkage)
Tim Peters0eadaac2003-04-24 16:02:54 +00001529
Marc-André Lemburg91e83e22004-03-25 18:35:12 +00001530 _platform_cache[(aliased, terse)] = platform
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001531 return platform
1532
1533### Command line interface
1534
1535if __name__ == '__main__':
1536 # Default is to print the aliased verbose platform string
Tim Peters0eadaac2003-04-24 16:02:54 +00001537 terse = ('terse' in sys.argv or '--terse' in sys.argv)
Marc-André Lemburg246d8472003-04-24 11:36:11 +00001538 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv)
1539 print platform(aliased,terse)
1540 sys.exit(0)