Author: Pawe? Piotr Przeradowski <[email protected]>
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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit