Re: setup.py installs modules to a wrong place

2008-12-29 Thread Michal Ludvig
Hi Omer, > I'm seeing this on fc8 with a custom built python2.6. Not happening > with any other packages (e.g. boto). Workaround of course was just to > copy the S3 dir to /usr/local/lib/python2.6/site-packages. I've found it. The culprit was a pre-set install prefix in setup.cfg - I can't reme

Re: setup.py installs modules to a wrong place

2008-12-19 Thread otrajman
Michal, I'm seeing this on fc8 with a custom built python2.6. Not happening with any other packages (e.g. boto). Workaround of course was just to copy the S3 dir to /usr/local/lib/python2.6/site-packages. I poked around a bit but nothing obvious jumped out. Happy to do any debugging if you hav

Re: setup.py installs modules to a wrong place

2008-12-18 Thread Michal Ludvig
Ping! Does anyone know what the problem could be? The bug reported provided some more information recently... The modules have been installed to /usr/lib/python2.5/site-packages as show below. Apparently on his system /usr/lib/python2.5 is a symlink to /System/Library/Frameworks/Python.framewor