Georg Brandl <[email protected]> added the comment: Fixed in r87527. Terry, the reason why calling example() interactively failed is the strange way __doc__ is imported -- it is None in your case and that causes the Tkinter type error. I fixed this as well.
---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10768> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
