On 22 March 2012 23:15, VanL <van.lindb...@gmail.com> wrote:
> Another use case was just pointed out to me: making things consistent with 
> buildout. Given a similar use
> case (create repeatable cross platform environments), they create and use a 
> 'bin' directory for executable files.

Another problem case: cx_Freeze. This currently breaks when installed
in a viretualenv, as it locates the "Scripts" directory by appending
"Scripts" to the directory of the python executable.

So the proposed change *will* break cx_Freeze. The Scripts->bin change
will also break it.

Paul.

PS Yes, I need to report the existing bug. The point remains, however...
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to