mattip <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1626> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
