The required fix is for the installed file
.../lib/python/tkinter/Tkinter.py
At about line 4, change:
	CallableTypes = (FunctionType, MethodType,
        	         BuiltinFunctionType, BuiltinMethodType,
                	 ClassType, InstanceType)
to:
	CallableTypes = (FunctionType, MethodType,
        	         BuiltinFunctionType, BuiltinMethodType)
Gary Herron
-- Dr. Gary Herron | Email: gjh@ag.wa.com Applied Geometry | Snail: PO Box 4561 206-628-0342 | Seattle WA 98104