Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Oleg Broytman
On Fri, Nov 16, 2012 at 01:15:26PM -0800, Eli Bendersky wrote: > But generally, both are better than using the horrible "find | xargs grep" > incantation and all its variations. In what way they are better? I found 'find' to be quite capable, and find -exec grep '{}' \+ to be quite fast.

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Eli Bendersky
On Fri, Nov 16, 2012 at 9:18 AM, Vinay Sajip wrote: > Eli Bendersky gmail.com> writes: > > > Use pss [http://pypi.python.org/pypi/pss] > > How does it compare with grin? [http://pypi.python.org/pypi/grin] > > On the face of it, they both do the same job. > They're quite similar. pss is more clo

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Vinay Sajip
Eli Bendersky gmail.com> writes: > Use pss [http://pypi.python.org/pypi/pss] How does it compare with grin? [http://pypi.python.org/pypi/grin] On the face of it, they both do the same job. Regards, Vinay Sajip ___ Python-Dev mailing list Python-

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Eli Bendersky
>Christian, I feel your pain. Everyone does, I am sure. Who among us > never cursed that dratted computers? Those dirty rotten things that > always hang due to bugs in drivers or whatnot, require constant > cleaning, mending, upgrading, repairing, debugging. Condemn that magical > mouse gesture

Re: [Python-Dev] Generally bored by installation

2012-11-15 Thread Oleg Broytman
Hello, Christian! On Fri, Nov 16, 2012 at 12:10:09AM +0100, Christian Tismer wrote: > I am bored of installing things. > Bored of things that happen to not work for some minor reasons. > Reasons that are not immediately obvious. > Things that don't work because some special case was not handl