On 7/5/10, Helmut Jarausch <jarau...@igpm.rwth-aachen.de> wrote: > instead of > /var/tmp/portage/media-gfx/exact-image-0.8.1/image//usr/lib64/ > python2.6/site-packages > > there is a file > /var/tmp/portage/media-gfx/exact-image-0.8.1/image > /usr/lib/python2.5/site-packages
I found something related to that. The install path seems to be semi-hardcoded in the sources, at api/python/Makefile: $(Q)mkdir -p $(DESTDIR)$(libdir)/python2.5/site-packages/ That will create a path suitable for python version 2.5 (maybe that one box of yours still has it?), but no others. I filed a bug (#327171). -- Arttu V.