Gabriel Genellina <gagsl-...@yahoo.com.ar> added the comment: I cannot reproduce it with the python.org version:
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. py> import Tkinter py> import os py> os.environ['TK_LIBRARY'] 'D:\\apps\\Python26\\tcl\\tk8.5' py> any(isinstance(value,unicode) for value in os.environ.values()) False This might be an ActiveState issue. ---------- nosy: +gagenellina _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6906> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com