This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2003-07-30.20:20:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
>>> platform.mac_ver()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/Users/drifty/cvs_code/lib/python2.3/platform.py", 
line 563, in mac_ver
    sysv,sysu,sysa = _mac_ver_lookup(('sysv','sysu','sysa'))
  File "/Users/drifty/cvs_code/lib/python2.3/platform.py", 
line 532, in _mac_ver_lookup
    append(gestalt(selector))
MacOS.Error: (-5551, 'undefined selector was passed to 
Gestalt')


This is on an OS X 10.2.6 system.

Any chance this is because I compiled with --enable-
unicode=ucs4 ?
History
Date User Action Args
2007-08-23 14:15:32adminlinkissue780461 messages
2007-08-23 14:15:32admincreate