On Mon, Aug 19, 2013 at 11:37 PM, Malcolm <malcolmlewis@cableone.net> wrote:
On Mon 19 Aug 2013 10:57:19 PM CDT, Greg Freemyer wrote:
All,
I'm packaging a new trivial little python package, but "python setup.py install" is failing.
=== copying build/lib/OleFileIO_PL.py -> /usr/lib/python2.7/site-packages [ 26s] error: /usr/lib/python2.7/site-packages/OleFileIO_PL.py: Permission denied [ 26s] error: Bad exit status from /var/tmp/rpm-tmp.YLxUr9 (%install) ===
The package https://build.opensuse.org/package/show/home:gregfreemyer:Tools-for-forensic...
I've don't know python well, so I don't know enough to create a patch. Ideas/suggestions how to fix it would be great. (Or I need to learn some python, so I'll look at it tomorrow myself.).
Greg -- Greg Freemyer Hi Use; python setup.py install --prefix=%{_prefix} --root=%{buildroot}
Maybe check out https://en.opensuse.org/openSUSE:Packaging_Python
Malcolm, Thank you. I knew that. Clearly I was too tired to be working on the package last night. :( Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org