Message120863
| 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:06 | lensart | set | recipients: + lensart, docs@python |
| 2010-11-09 13:09:06 | lensart | set | messageid: <1289308146.55.0.869173171863.issue10373@psf.upfronthosting.co.za> |
| 2010-11-09 13:09:04 | lensart | link | issue10373 messages |
| 2010-11-09 13:09:04 | lensart | create | |