Author: Pawe? Piotr Przeradowski <showerproo...@gmail.com> Branch: package-tk Changeset: r65330:48475b959b61 Date: 2013-07-10 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/48475b959b61/
Log: package Tkinter diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/package.py @@ -70,6 +70,7 @@ if not sys.platform == 'win32': subprocess.check_call([str(pypy_c), '-c', 'import _curses']) subprocess.check_call([str(pypy_c), '-c', 'import syslog']) + subprocess.check_call([str(pypy_c), '-c', 'import _tkinter']) if sys.platform == 'win32' and not rename_pypy_c.lower().endswith('.exe'): rename_pypy_c += '.exe' binaries = [(pypy_c, rename_pypy_c)] _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit