[issue11745] idlelib/PyShell.py: incorrect module name reported in error message: Tkinter should be tkinter

2011-04-03 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I'm going to reject this, thanks anyway for the patch! -- resolution: - invalid stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue11745] idlelib/PyShell.py: incorrect module name reported in error message: Tkinter should be tkinter

2011-04-02 Thread Denver Coneybeare
New submission from Denver Coneybeare denver.coneybe...@gmail.com: Just a very minor bug. The error message in idlelib/PyShell.py that is printed when importing tkinter fails says that it failed to import Tkinter, but the actual module name is tkinter (with a lowercase t). try: from

[issue11745] idlelib/PyShell.py: incorrect module name reported in error message: Tkinter should be tkinter

2011-04-02 Thread Denver Coneybeare
Changes by Denver Coneybeare denver.coneybe...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file21512/patch_idle_tkinter_import_v1.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11745

[issue11745] idlelib/PyShell.py: incorrect module name reported in error message: Tkinter should be tkinter

2011-04-02 Thread Denver Coneybeare
Changes by Denver Coneybeare denver.coneybe...@gmail.com: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11745 ___ ___

[issue11745] idlelib/PyShell.py: incorrect module name reported in error message: Tkinter should be tkinter

2011-04-02 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I think in this case Tkinter refers to the Tkinter library, rather than the tkinter module. -- nosy: +ezio.melotti type: behavior - ___ Python tracker rep...@bugs.python.org