[issue7639] bdist_msi fails on files with long names

Christoph Gohlke report at bugs.python.org
Fri Jan 15 21:51:54 CET 2010


Christoph Gohlke <cgohlke at uci.edu> added the comment:

I can confirm this issue. It prevents building a IPython msi installer on Python 2.6 for Windows. 

A patch to the Directory.make_short function in msilib\__init__.py is attached. It falls back to generating prefix~pos filenames when a short name is already taken and also generates short names more similar to Windows/NTFS.

----------
keywords: +patch
nosy: +cgohlke
Added file: http://bugs.python.org/file15898/msilib_make_short.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7639>
_______________________________________


More information about the Python-bugs-list mailing list