Message 99136 - Python tracker

Message99136

Author aahz
Recipients aahz, ronaldoussoren
Date 2010-02-09.18:56:34
SpamBayes Score 0.0004385681
Marked as misclassified No
Message-id <1265741797.91.0.267775294764.issue7895@psf.upfronthosting.co.za>
In-reply-to
Content
On OSX 10.6/Snow Leopard, using platform.mac_ver() in a subprocess
created with fork() but not calling exec() will cause a crash with
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER

You may need to be also running in GUI mode.

Ronald Oussouren says that you can get the same info from
/System/Library/CoreServices/SystemVersion.plist
History
Date User Action Args
2010-02-09 18:56:38aahzsetrecipients: + aahz, ronaldoussoren
2010-02-09 18:56:37aahzsetmessageid: <1265741797.91.0.267775294764.issue7895@psf.upfronthosting.co.za>
2010-02-09 18:56:35aahzlinkissue7895 messages
2010-02-09 18:56:35aahzcreate