Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Andrey Zonov
Hi, Thank you for you feedback. I've fixed that problem easier. My point is that I don't want to fix all bad ports. I want to fix them all at once, completely. Tomorrow I want to try to build all 400 python modules that use `easy_install' in my tinderbox with this patch. -- Andrey Zonov 0

Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Volodymyr Kostyrko
07.08.2011 14:24, Andrey Zonov wrote: Hi, I've got two problems with python's eggs installed from ports. As you know, many eggs install from ports as archives and then unprivileged pseudo-user tries to use them, it's got an error about can't creating PYTHON_EGG_CACHE. That's OK, I've just set e