This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients dotz, ggenellina
Date 2009-09-16.08:05:50
SpamBayes Score 4.558253e-09
Marked as misclassified No
Message-id <1253088351.67.0.467796654975.issue6906@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-16 08:05:51ggenellinasetrecipients: + ggenellina, dotz
2009-09-16 08:05:51ggenellinasetmessageid: <1253088351.67.0.467796654975.issue6906@psf.upfronthosting.co.za>
2009-09-16 08:05:50ggenellinalinkissue6906 messages
2009-09-16 08:05:50ggenellinacreate