[pypy-issue] [issue1626] Tkinter under windows...

mattip tracker at bugs.pypy.org
Thu Nov 14 13:24:51 CET 2013


mattip <matti.picus at gmail.com> added the comment:

Updates from pypy-dev mailing lists:
The instructions in
http://hg.python.org/cpython/file/v2.7.5/Tools/buildbot/external-common.bat
and
http://hg.python.org/cpython/file/v2.7.5/Tools/buildbot/external.bat
could be reused.

The main problem with Tkinter on windows is that it requires shipping the
tk/tcl runtime It ends up in the <python_install>/tcl directory. So I need
to figure out a reliable way to do this in package.py, like python does in
http://hg.python.org/cpython/file/c27237d57231/Tools/msi/msi.py (lines 1024
or so) . I would suggest that we ship pypy2.2 without a functioning Tkinter
module, to be consistent with all previous pypy versions :)

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1626>
________________________________________


More information about the pypy-issue mailing list