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 lensart
Recipients docs@python, lensart
Date 2010-11-09.13:09:04
SpamBayes Score 7.629559e-07
Marked as misclassified No
Message-id <1289308146.55.0.869173171863.issue10373@psf.upfronthosting.co.za>
In-reply-to
Content
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_install with setuptools results in a error:

Setup script exited with error: SandboxViolation: open('/etc/init.d/init-script', 'wb') {}

Perhaps the documentation should be changed and more explanation added.
History
Date User Action Args
2010-11-09 13:09:06lensartsetrecipients: + lensart, docs@python
2010-11-09 13:09:06lensartsetmessageid: <1289308146.55.0.869173171863.issue10373@psf.upfronthosting.co.za>
2010-11-09 13:09:04lensartlinkissue10373 messages
2010-11-09 13:09:04lensartcreate