[issue16340] Decoding error due to byte-compiling venv scripts at install time

2012-10-28 Thread Konstantin Zemlyak
Changes by Konstantin Zemlyak z...@zartsoft.ru: -- title: Decoding error at install time when byte-compiling venv scripts - Decoding error due to byte-compiling venv scripts at install time ___ Python tracker rep...@bugs.python.org

[issue16340] Decoding error due to byte-compiling venv scripts at install time

2012-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 06a5fe86d87c by Vinay Sajip in branch '3.3': Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. http://hg.python.org/cpython/rev/06a5fe86d87c New changeset e8619f015ab9 by Vinay Sajip in branch 'default':

[issue16340] Decoding error due to byte-compiling venv scripts at install time

2012-10-28 Thread Vinay Sajip
Vinay Sajip added the comment: I've made the msi.py change. Perhaps I should also catch the exception in the venv script-copying code? Leaving issue open for now. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16340

[issue16340] Decoding error due to byte-compiling venv scripts at install time

2012-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset adefc83c1128 by Vinay Sajip in branch '3.3': Closes #16340: Handle exception while copying script to venv. http://hg.python.org/cpython/rev/adefc83c1128 New changeset fb969187ecc2 by Vinay Sajip in branch 'default': Closes #16340: Merged fix from