[issue7071] distutils and IronPython compatibility

2011-11-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I think this change was wrong. Please see my rationale in http://bugs.python.org/issue12119. (BTW, I’d be surprised if byte compilation was the only compat issue with distutils and IronPython. For a start, sys.version[:3] is used to get the

[issue7071] distutils and IronPython compatibility

2010-01-08 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: merged in 2.6 in r77376 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7071 ___ ___

[issue7071] distutils and IronPython compatibility

2009-10-27 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +DinoV, brian.curtin title: Unhelpful error message when a distutils package install fails due to a permissions error - distutils and IronPython compatibility ___ Python tracker

[issue7071] distutils and IronPython compatibility

2009-10-26 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Done in trunk (r75669, and r75670 and r75671) and Py3k (r75704) and 3.1 (r75705). I'll push in 2.6 when the branch is unfrozen. Michael, could you create another issue for the access rights problems ? It'll be easier to track. Thanks!

[issue7071] distutils and IronPython compatibility

2009-10-24 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Notice that install_lib has a --no-compile option that can be used to avoid compiling .pyc/.pyo files. What I am adding now is just a gentle warning in case a compilation is tried and sys.dont_write_bytecode is True, so the installation may

[issue7071] distutils and IronPython compatibility

2009-10-08 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- nosy: +briancurtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7071 ___ ___ Python-bugs-list mailing

[issue7071] distutils and IronPython compatibility

2009-10-07 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: So there are two issues here - the terrible error message when an install fails with an access denied error and the fact that distutils attempts to compile bytecode under IronPython. -- ___

[issue7071] distutils and IronPython compatibility

2009-10-07 Thread Dino Viehland
Changes by Dino Viehland di...@microsoft.com: -- nosy: +DinoV ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7071 ___ ___ Python-bugs-list mailing

[issue7071] distutils and IronPython compatibility

2009-10-06 Thread Michael Foord
New submission from Michael Foord mich...@voidspace.org.uk: distutils package installation isn't compatible with IronPython. To reproduce first install IronPython 2.6 (RC1 is currently latest version) from the msi installer. This installs by default on Windows into C:\Program Files\IronPython

[issue7071] distutils and IronPython compatibility

2009-10-06 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: -- keywords: +26backport ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7071 ___ ___

[issue7071] distutils and IronPython compatibility

2009-10-06 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: Hmmm... ok, so I was running on Vista where a normal user can't create files in the Program Files directory anyway. If I run with elevated permissions then I get the same error as reported on the IronPython issue on codeplex (which is