[pypy-dev] pypy IDLE on windows

Armin Rigo arigo at tunes.org
Sun May 11 19:07:53 CEST 2014


Hi Yaacov,

On 11 May 2014 17:04, Yaacov Finkelman <yeomanyaacov at gmail.com> wrote:
> C:\pypy\pypy.exe -i C:\pypy\lib-python\2.7\idlelib\idle.py
> ** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **

This is a regression in PyPy 2.3.  It's due to an unfortunate
combination of issues around the importing mechanism.  It will be
fixed in 2.3.1.  In the meantime, one way to fix it is to add "import
struct" as the first line of "idle.py" (duh!).


A bientôt,

Armin.


More information about the pypy-dev mailing list