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 BreamoreBoy
Recipients BreamoreBoy, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-12-07.22:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449526806.75.0.385398254455.issue25089@psf.upfronthosting.co.za>
In-reply-to
Content
Using "modify" rather than "repair" fixed the launcher issue, a pity about this.

py
Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'tkinter'
>>>

I only selected launcher as that was the only thing I expected to be modified.  However the modify also took an age as I recall seeing loads of stuff about test files.  You might gather that I'm extremely confused about the entire process, so exactly what is going on here?
History
Date User Action Args
2015-12-07 22:20:06BreamoreBoysetrecipients: + BreamoreBoy, terry.reedy, paul.moore, tim.golden, python-dev, zach.ware, steve.dower
2015-12-07 22:20:06BreamoreBoysetmessageid: <1449526806.75.0.385398254455.issue25089@psf.upfronthosting.co.za>
2015-12-07 22:20:06BreamoreBoylinkissue25089 messages
2015-12-07 22:20:06BreamoreBoycreate