[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Python --install-data
From: |
Ludovic Courtès |
Subject: |
Re: Python --install-data |
Date: |
Fri, 04 Oct 2013 13:55:02 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> running install_data
> creating /nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons
> error: could not create
> '/nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons':
> Permission denied
Perhaps you could check how that ‘install_data’ thing is implemented in
setup.py to see how it derives the .../share/icons directory name.
Maybe that will give clues as to how to fix it (maybe?).
(But really, it’d be best if the experts would chime in. :-))
My 0.02¢,
Ludo’.