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

2009-04-05 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue5095
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-03-29 Thread Steven Bethard

Steven Bethard steven.beth...@gmail.com 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: http://bugs.python.org/file13466/python-3.x-help-formats-msi

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5095
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-03-25 Thread John Machin

John Machin sjmac...@users.sourceforge.net 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 explain why a packager might want to use it instead of
wininst, and why the output msi is specific to the creating version of
python.

--
nosy: +sjmachin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5095
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-03-25 Thread Steven Bethard

Steven Bethard steven.beth...@gmail.com 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 agnostic -
see issue5311.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5095
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-01-28 Thread Steven Bethard

New submission from Steven Bethard steven.beth...@gmail.com:

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 distribution formats:
  --formats=rpm  RPM distribution
  --formats=gztargzip'ed tar file
  --formats=bztarbzip2'ed tar file
  --formats=ztar compressed tar file
  --formats=tar  tar file
  --formats=wininst  Windows executable installer
  --formats=zip  ZIP file

This probably exists in 3.0 too, but I haven't checked.

--
components: Distutils
messages: 80743
nosy: bethard
severity: normal
stage: needs patch
status: open
title: msi missing from bdist --help-formats
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5095
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com