On Fri, Apr 22, 2011 at 5:54 PM, Carl Meyer <[email protected]> wrote:
> Hi Ernesto,
>
> On 04/22/2011 11:34 AM, Ernesto Posse wrote:
>> Thanks. I have another question. Now that I'm using distribute, pip
>> handles the requirements correctly, but if I install with:
>>
>> python setup.py install
>>
>> the dependencies are not installed. This is a bit perplexing.
>
> This is just how it is. "python setup.py install" installs the package
> in question. Installer tools like pip or easy_install handle
> dependencies. If you want dependencies handled automatically, your users
> will need to use pip or easy_install.

Or zc.buildout. :)

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to