This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgohlke
Recipients cgohlke, termim
Date 2010-01-15.20:51:52
SpamBayes Score 1.7205126e-11
Marked as misclassified No
Message-id <1263588714.61.0.352640604854.issue7639@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-15 20:51:54cgohlkesetrecipients: + cgohlke, termim
2010-01-15 20:51:54cgohlkesetmessageid: <1263588714.61.0.352640604854.issue7639@psf.upfronthosting.co.za>
2010-01-15 20:51:53cgohlkelinkissue7639 messages
2010-01-15 20:51:53cgohlkecreate