why is this failing?

Skip Montanaro skip at pobox.com
Thu Sep 11 17:21:46 EDT 2003


    Chris>      def write(self, value, row=None, col=None, len=None):

You overrode the len() builtin in your function signature  ^^^.

Skip





More information about the Python-list mailing list