Changes by eszense :
Added file: http://bugs.python.org/file46338/patch.diff
___
Python tracker
<http://bugs.python.org/issue29313>
___
___
Python-bugs-list mailin
Changes by eszense :
Removed file: http://bugs.python.org/file46337/patch2.diff
___
Python tracker
<http://bugs.python.org/issue29313>
___
___
Python-bugs-list mailin
eszense added the comment:
This issue can be fixed together with Issue 15797.
Patch attached for your consideration
--
Added file: http://bugs.python.org/file46337/patch.txt
___
Python tracker
<http://bugs.python.org/issue29
Changes by eszense :
--
components: +Distutils
nosy: +dstufft, eric.araujo
___
Python tracker
<http://bugs.python.org/issue29320>
___
___
Python-bugs-list mailin
New submission from eszense:
if install-script specified and
alternative python location selected during installation,
msiexec will fail with:
"There is a problem with this Windows Installer
package. A program required for this install to
complete could not be run. Contact
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 at