[issue6796] invalid print in tkinter\test\test_ttk\test_widgets.py

2009-09-02 Thread Keith Campbell
Keith Campbell added the comment: You are correct. Thanks. Keith -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue6796] invalid print in tkinter\test\test_ttk\test_widgets.py

2009-09-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: You have in your PYTHONPATH a script with the same name as a standard module, and this script uses the python2 syntax. Please rename this script or change your PYTHONPATH. -- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> close

[issue6796] invalid print in tkinter\test\test_ttk\test_widgets.py

2009-08-28 Thread Keith Campbell
New submission from Keith Campbell : Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> RESTART >>> >>>