[issue10373] Setup Script example incorrect

2010-11-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: rejected -> invalid stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list

[issue10373] Setup Script example incorrect

2010-11-12 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: > perhaps the web page should be checked for an incorrect link. The link from the Python documentation to the Python bug tracker is fine. If you were using distutils directly, it would be an issue for the Python tracker. You're not. setuptools is a sepa

[issue10373] Setup Script example incorrect

2010-11-12 Thread Kirk Clendinning
Kirk Clendinning added the comment: Interesting... the link at the bottom of the page for reporting bugs went to the python bug tracker.. perhaps the web page should be checked for an incorrect link. -k- On Nov 12, 2010, at 18:22 , Éric Araujo wrote: > > Éric Araujo added the comment: >

[issue10373] Setup Script example incorrect

2010-11-12 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. Setuptools is not a part of Python, and distutils docs don’t mention issues specific to third-party tools. I think I will reject this bug. -- assignee: d...@python -> eric.araujo nosy: +eric.araujo status: open -> pending __

[issue10373] Setup Script example incorrect

2010-11-09 Thread Kirk Clendinning
New submission from Kirk Clendinning : In 2.7. Installing Additional Files the example shows: setup(..., data_files=[('bitmaps', ['bm/b1.gif', 'bm/b2.gif']), ('config', ['cfg/data.cfg']), ('/etc/init.d', ['init-script'])] ) However, running easy_in