[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Vinay Sajip
Vinay Sajip added the comment: > Does it work with 3.2? I'm not able to build 3.2 - make_buildinfo fails, seemingly because it can't find some Subversion-related files. I'll keep looking into it. -- ___ Python tracker

[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I went back a fair way, and the failure still keeps happening. So now > I'm wondering - is a Tk app *supposed* to work from a source build? Does it work with 3.2? Did you try debugging at the prompt? e.g. looking what tkinter.__file__ is, etc. -- __

[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Vinay Sajip
Vinay Sajip added the comment: I went back a fair way, and the failure still keeps happening. So now I'm wondering - is a Tk app *supposed* to work from a source build? I've verified that the test script works OK when run from an installed Python. So, this issue may be invalid, if we don't ca

[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Brian Curtin
Brian Curtin added the comment: Reproduced here as well. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: For the record, the script works fine under Linux. Vinay, can you bisect and find out which revision introduced the issue? -- nosy: +brian.curtin, pitrou ___ Python tracker __

[issue14750] importlib fails with tkinter application on Windows

2012-05-08 Thread Vinay Sajip
New submission from Vinay Sajip : I'm now getting failures to import tkinter on Windows: C:\Users\Vinay\Projects\scratch>..\cpython\PCbuild\python tkhello.py Traceback (most recent call last): File "tkhello.py", line 1, in from tkinter import * File "", line 977, in _find_and_load Fil