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 quentel
Recipients quentel
Date 2010-12-24.10:03:09
SpamBayes Score 5.7095212e-06
Marked as misclassified No
Message-id <1293184993.54.0.348627616611.issue10768@psf.upfronthosting.co.za>
In-reply-to
Content
The scrolledtext example crashes with this message :

TypeError: unsupported operand type(s) for +: 'dict_keys' and 'dict_keys'

It works if keys() are converted to lists in line 33 :

methods = list(vars(Pack).keys()) + list(vars(Grid).keys()) + \list(vars(Place).keys())

Configuration : Python 3.2b2 (r32b2:87398, Dec 19 2010, 22:51:00) [MSC v.1500 32 bit (Intel)] on win32
History
Date User Action Args
2010-12-24 10:03:13quentelsetrecipients: + quentel
2010-12-24 10:03:13quentelsetmessageid: <1293184993.54.0.348627616611.issue10768@psf.upfronthosting.co.za>
2010-12-24 10:03:09quentellinkissue10768 messages
2010-12-24 10:03:09quentelcreate