Re: [Distutils] [issue73] setup.py --name prints warning messages to stdout, rather than stderr

2009-05-30 Thread Garrett Cooper
On Fri, May 29, 2009 at 12:57 PM, Sridhar Ratnakumar wrote: > > New submission from Sridhar Ratnakumar : > > Warning messages must be printed to stderr. This allows for a programattic way > to find setup.py metadata. > >> pwd > ../dap.plugins.sql-0.2.1 > >> apy setup.py  --name 2> /dev/null > 'dap.

Re: [Distutils] Anyone stuck with easy_install / has .pth file issues -- this is for you!

2009-05-04 Thread Garrett Cooper
On Mon, May 4, 2009 at 1:46 PM, P.J. Eby wrote: > At 01:11 PM 5/4/2009 -0700, Garrett Cooper wrote: >> >> You're right -- it doesn't protect against the following (><): >> >> /full/path/to/package.egg >> ./package.egg > > By duplicate

Re: [Distutils] Anyone stuck with easy_install / has .pth file issues -- this is for you!

2009-05-04 Thread Garrett Cooper
On Mon, May 4, 2009 at 1:11 PM, Garrett Cooper wrote: > Hi P.J.! > > On Mon, May 4, 2009 at 8:20 AM, P.J. Eby wrote: >> At 02:43 AM 5/4/2009 -0700, Garrett Cooper wrote: >>> >>> Hi guys, >>>    Just thought I'd might provide this script to fel

Re: [Distutils] Anyone stuck with easy_install / has .pth file issues -- this is for you!

2009-05-04 Thread Garrett Cooper
Hi P.J.! On Mon, May 4, 2009 at 8:20 AM, P.J. Eby wrote: > At 02:43 AM 5/4/2009 -0700, Garrett Cooper wrote: >> >> Hi guys, >>    Just thought I'd might provide this script to fellow developers >> which fixes .pth files (easy-install.pth / .egg was the prime t

[Distutils] Anyone stuck with easy_install / has .pth file issues -- this is for you!

2009-05-04 Thread Garrett Cooper
Hi guys, Just thought I'd might provide this script to fellow developers which fixes .pth files (easy-install.pth / .egg was the prime target -- see the comments for more details): . Comments are more than welcome. If I get any, I'll try to get

Re: [Distutils] Questionnaire: Why do you use setuptools?

2009-04-26 Thread Garrett Cooper
Tarek, On Sat, Apr 18, 2009 at 2:23 AM, Tarek Ziadé wrote: > On Sat, Apr 18, 2009 at 11:09 AM, Lennart Regebro wrote: >> Setuptools non-support for Python 3 is currently a serious hindrance >> towards Python 3 aceptance. I'm trying to figure out what to do as a >> next step in the Python 3 suppo

Re: [Distutils] multiversioning __import__ and modules?

2009-04-17 Thread Garrett Cooper
On Fri, Apr 17, 2009 at 12:28 AM, Garrett Cooper wrote: > Hi guys, >    I realize this may not look like a distutils question, but it's > closely tied to distutils and setuptools. >    I did some exploring today and it appears that there isn't a > simple way to pr

[Distutils] multiversioning __import__ and modules?

2009-04-17 Thread Garrett Cooper
Hi guys, I realize this may not look like a distutils question, but it's closely tied to distutils and setuptools. I did some exploring today and it appears that there isn't a simple way to profile different versioned packages and bootstrap one version as the master version without going th

Re: [Distutils] What's missing from easy_install

2009-04-12 Thread Garrett Cooper
On Tue, Apr 7, 2009 at 8:05 AM, Neal Becker wrote: > > 1. easy_remove! > > 2. Various utilities to provide query package management. >   - easy_install --list (list files installed) Implementing is easier said than done, and I think you got that idea from the lack of response from folks... HT

Re: [Distutils] Fixing parallel installs with easy_install / setuptools

2009-03-11 Thread Garrett Cooper
On Wed, Mar 11, 2009 at 10:36 PM, David Cournapeau wrote: > Garrett Cooper wrote: >> Hello distutils folks, >>     My group at Cisco uses easy_install / setuptools extensively for >> installing packages with our make system and there are 2 issues with >> using this w

[Distutils] Fixing parallel installs with easy_install / setuptools

2009-03-11 Thread Garrett Cooper
Hello distutils folks, My group at Cisco uses easy_install / setuptools extensively for installing packages with our make system and there are 2 issues with using this with parallel make: 1. Duplicate dependencies cause corruption when installing the same package twice. 2. easy-install.

Re: [Distutils] Potential issue with multiple easy_install instances and single easy_install.pth

2008-10-19 Thread Garrett Cooper (garrcoop)
> -Original Message- > From: Phillip J. Eby [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 19, 2008 4:31 PM > To: Garrett Cooper (garrcoop); distutils-sig@python.org > Subject: Re: [Distutils] Potential issue with multiple > easy_install instances and single easy_i

[Distutils] Potential issue with multiple easy_install instances and single easy_install.pth

2008-10-18 Thread Garrett Cooper (garrcoop)
Hi Python folks, As part of a build system I work with, my group installs multiple Python packages via source using easy_install. One such issue I've seen before in the past is that when using multiple easy_install instances (via multiple make jobs), the last instance that opened up easy_in