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 bmiller
Recipients MLModel, bmiller, ned.deily
Date 2009-03-18.02:21:21
SpamBayes Score 5.325112e-06
Marked as misclassified No
Message-id <1237342883.08.0.859176947976.issue5232@psf.upfronthosting.co.za>
In-reply-to
Content
I get the same problem when I try to change the key set.  This is on on 
intel build using Tk 8.5, and the latest 3.1 source checked out with 
bzr.  

I too changed the order of /Library/Frameworks and 
/System/Library/Frameworks in setup.py

A simple fix for me was to add the line

root.instance_dict = {}

in macosxsupport.py  That does not seem to have any other ill effects.
History
Date User Action Args
2009-03-18 02:21:23bmillersetrecipients: + bmiller, ned.deily, MLModel
2009-03-18 02:21:23bmillersetmessageid: <1237342883.08.0.859176947976.issue5232@psf.upfronthosting.co.za>
2009-03-18 02:21:21bmillerlinkissue5232 messages
2009-03-18 02:21:21bmillercreate