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 ned.deily
Recipients barry-scott, ned.deily
Date 2009-01-17.20:00:25
SpamBayes Score 5.8787322e-05
Marked as misclassified No
Message-id <1232222486.43.0.280185783896.issue4937@psf.upfronthosting.co.za>
In-reply-to
Content
As a workaround, you can copy the missing file from a 2.5 (or earlier) 
Python and edit it, if necessary.

sudo
cd /Library/Frameworks/Python.framework/Versions/
cp -p 2.5/Resources/version.plist 2.6/Resources/

Or look at the one in the Apple-supplied Python.
History
Date User Action Args
2009-01-17 20:01:26ned.deilysetrecipients: + ned.deily, barry-scott
2009-01-17 20:01:26ned.deilysetmessageid: <1232222486.43.0.280185783896.issue4937@psf.upfronthosting.co.za>
2009-01-17 20:00:26ned.deilylinkissue4937 messages
2009-01-17 20:00:25ned.deilycreate