[issue5095] msi missing from "bdist --help-formats"

2009-04-05 Thread Tarek Ziadé
Tarek Ziadé added the comment: added in r71291 and r71293 Thx Steven -- status: open -> closed versions: +Python 3.0 -Python 2.5, Python 2.6, Python 2.7, Python 3.1 ___ Python tracker _

[issue5095] msi missing from "bdist --help-formats"

2009-03-29 Thread Steven Bethard
Steven Bethard added the comment: The following 2 line patch adds "msi" to the list of formats (patch against py3k trunk). I'm pretty sure this is all that it takes, but I'd appreciate if someone with more distutils experience could glance at it. -- keywords: +needs review Added file: h

[issue5095] msi missing from "bdist --help-formats"

2009-03-25 Thread Steven Bethard
Steven Bethard added the comment: You're right that the msi feature could use some more documentation. I created a documentation feature request: issue5563. As to why the .msi is specific to the creating version of Python, it's because no one has written the code necessary to be version agnosti

[issue5095] msi missing from "bdist --help-formats"

2009-03-25 Thread John Machin
John Machin added the comment: The 2.6.1 documentation consists of a *single* line: "distutils.command.bdist_msi — Build a Microsoft Installer binary package". AFAICT this is the *only* mention of "msi" in the docs (outside the msilib module). I heard about it only by word-of-mouth. Docs should

[issue5095] msi missing from "bdist --help-formats"

2009-01-28 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> tarek nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue5095] msi missing from "bdist --help-formats"

2009-01-28 Thread Steven Bethard
New submission from Steven Bethard : The bdist_msi command is documented in the distutils reference: http://docs.python.org/distutils/apiref.html#module-distutils.command.bdist_msi But it does not show up with "bdist --help-formats" $ python setup.py bdist --help-formats List of available dist