[issue6716] Windows install error when choosing to compile .py files

2010-03-26 Thread Gabriel Genellina
Gabriel Genellina gagsl-...@yahoo.com.ar added the comment: r78994 (exclude 2to3 tests from compileall) should be backported to trunk and the 2.6 branch, but I don't see them (yet). -- nosy: +gagenellina ___ Python tracker rep...@bugs.python.org

[issue6716] Windows install error when choosing to compile .py files

2010-03-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Gabriel: can you explain why that should be backported? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6716 ___

[issue6716] Windows install error when choosing to compile .py files

2010-03-26 Thread Gabriel Genellina
Gabriel Genellina gagsl-...@yahoo.com.ar added the comment: Sorry for being so terse and not filling in the gaps! In the end, I changed my mind on this bug - it's not an installer issue. The 2.6.5 MSI installer, when asked to compile .pyc files, exits with an error as reported here:

[issue6716] Windows install error when choosing to compile .py files

2010-03-21 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Merged as r79248 and r79250. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6716 ___

[issue6716] Windows install error when choosing to compile .py files

2010-03-16 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Merged last commit to py3k, as r78991. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6716 ___

[issue6716] Windows install error when choosing to compile .py files

2010-03-16 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Problem 2 is resolved as of r78992 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6716 ___

[issue6716] Windows install error when choosing to compile .py files

2010-03-16 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Problem 3 is now fixed in r78994. Leaving this report open for backporting the changes to 2.6/3.1 -- versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue6716] Windows install error when choosing to compile .py files

2010-03-15 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Please don't report multiple issues in a single bug report; when people follow up claiming they saw this, it's then not clear what exactly they saw. I have now fixed problem 1 in r78976, and put an installer incorporating that change on

[issue6716] Windows install error when choosing to compile .py files

2010-03-15 Thread pds
pds pirdir...@gmail.com added the comment: To loewis: I'm sorry for submitting multiple issues in a single bug report. Also, currently, I'm afraid I don't have a testing environment for your MSI build. To other members who might follow this issue: Please specify problem numbers when

[issue6716] Windows install error when choosing to compile .py files

2010-02-03 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: I just saw this today while installing the 3.1.1 final MSI on a Server 2003 box. -- components: +Windows nosy: +brian.curtin priority: - high stage: - needs patch type: compile error - behavior ___

[issue6716] Windows install error when choosing to compile .py files

2009-08-18 Thread pds
pds pirdir...@gmail.com added the comment: The same problems I reported persist in python-3.1.1.msi, too. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6716 ___

[issue6716] Windows install error when choosing to compile .py files

2009-08-17 Thread pds
New submission from pds pirdir...@gmail.com: There seem to be 3 problems in Python 3.1.1rc1 Windows installer package. 1. Command line argument of compileall.py seems wrong. 2. UnicodeEncodeError occurs depending on code page. 3. Syntax errors. First, I tried to install Python 3.1.1rc1 just by