Re: [Distutils] dependencies, pip and non-PyPI-hosted packages

2011-04-23 Thread Carl Meyer


On 04/23/2011 02:00 PM, P.J. Eby wrote:
> At 04:54 PM 4/22/2011 -0500, Carl Meyer wrote:
>> No, it is calling the distribute setup. If you look at how your package
>> is installed, you'll find it in an egg - that's a sure sign of
>> setuptools/distribute. It's just that "python setup.py install" does not
>> handle dependencies, even with setuptools/distribute.
> 
> Uh, yes it does, actually.  (At least with setuptools, it does; don't
> know about distribute.)

Erp. Yeah, you're right; just verified that it works fine with both
setuptools and distribute. Dunno where I got that idea.

Carl
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] dependencies, pip and non-PyPI-hosted packages

2011-04-23 Thread P.J. Eby

At 04:54 PM 4/22/2011 -0500, Carl Meyer wrote:

No, it is calling the distribute setup. If you look at how your package
is installed, you'll find it in an egg - that's a sure sign of
setuptools/distribute. It's just that "python setup.py install" does not
handle dependencies, even with setuptools/distribute.


Uh, yes it does, actually.  (At least with setuptools, it does; don't 
know about distribute.)


Ernesto, does it work with the official setuptools?  (i.e., if you 
completely uninstall distribute and install setuptools instead)


If it doesn't work, you can file a bug at 
http://bugs.python.org/setuptools and I'll see what we can do to get 
your project fixed up.


(Just make sure you've *fully* uninstalled Distribute, and use 
ez_setup.py instead of distribute_setup.py, as Distribute does some 
patching that keeps setuptools from installing correctly.)


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig