Re: site.py woes

2007-11-20 Thread Pav Lucistnik
Hye-Shik Chang píše v út 20. 11. 2007 v 11:22 +0900: > On Sat, Nov 17, 2007 at 08:26:16PM +0100, Pav Lucistnik wrote: > > Hi, > > > > recently a lot of python ports developed a leftover site.py, and > > pointyhat scripts does not like that. > > > > I checked into the easy_install source, and it s

Re: site.py woes

2007-11-19 Thread Hye-Shik Chang
On Sat, Nov 17, 2007 at 08:26:16PM +0100, Pav Lucistnik wrote: > Hi, > > recently a lot of python ports developed a leftover site.py, and > pointyhat scripts does not like that. > > I checked into the easy_install source, and it seems it will copy > site.py from it's .egg subdir to PYTHON_SITELIB

site.py woes

2007-11-17 Thread Pav Lucistnik
Hi, recently a lot of python ports developed a leftover site.py, and pointyhat scripts does not like that. I checked into the easy_install source, and it seems it will copy site.py from it's .egg subdir to PYTHON_SITELIBDIR on every install. Since I don't see a way to force it to delete it on de