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 terry.reedy
Recipients ned.deily, roger.serwy, sreeni, terry.reedy
Date 2012-09-22.00:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348273326.94.0.690201172825.issue15998@psf.upfronthosting.co.za>
In-reply-to
Content
The following might also be helpful: which version of Windows? 32 or 64 bit? is python the 32 or 64 bit build? Or just copy the header line from the interactive interpreter. For me:

Python 3.3.0rc2 (v3.3.0rc2:88a0792e8ba3, Sep  9 2012, 10:13:38) [MSC v.1600 64 bit (AMD64)] on win32

(although the win32 part seems wrong as this is 64 bit windows and amd64 build would not run on 32 bit windows)

Another suggestion: get 3.3.0, install in /python33, and try that (you should be able to select an option to have it not be the default install). This should not affect your 3.2 installation, and it will install its own copy of tcl/tk. In fact, if you do not have 3.2.3, you should be able to install that without disturbing your installed libraries.
History
Date User Action Args
2012-09-22 00:22:12terry.reedysetrecipients: + terry.reedy, ned.deily, roger.serwy, sreeni
2012-09-22 00:22:06terry.reedysetmessageid: <1348273326.94.0.690201172825.issue15998@psf.upfronthosting.co.za>
2012-09-22 00:22:05terry.reedylinkissue15998 messages
2012-09-22 00:21:59terry.reedycreate