New submission from eszense:

If python.exe path contains space, msi generated with bdist_msi command with 
--install-script=abc.py will fail with msg:

C:\\Program Files\\Python35\\python.exe: can't open file 'C:\\Program': [Error 
2] No such file or directory

Patch attached for your consideration

----------
components: Distutils
files: patch.diff
keywords: patch
messages: 285749
nosy: dstufft, eric.araujo, eszense
priority: normal
severity: normal
status: open
title: msi by bdist_msi will fail execute install-scripts if space in present 
in python path
type: crash
Added file: http://bugs.python.org/file46333/patch.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29313>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to