When should we release 2.3.1?
Matti

On 11/05/2014 8:07 PM, Armin Rigo wrote:
Hi Yaacov,

On 11 May 2014 17:04, Yaacov Finkelman <yeomanyaa...@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.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to