is there some module update(install tools)?

2007-09-24 Thread hyena
Hi,

   I am quite new to python and am looking for some tools that can 
install and update modules a bit more intelligent then "python setup.py 
install". Is there some thing like "yum" in fedora which can search and 
install/update packages automatically?

thanks in advance!
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: is there some module update(install tools)?

2007-09-24 Thread Adonis Vargas
hyena wrote:
> Hi,
> 
>   I am quite new to python and am looking for some tools that can 
> install and update modules a bit more intelligent then "python setup.py 
> install". Is there some thing like "yum" in fedora which can search and 
> install/update packages automatically?
> 
> thanks in advance!

setuptools is for you
http://peak.telecommunity.com/DevCenter/setuptools

Once installed, its easy as easy_install 

Hope this helps.

Adonis Vargas
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: is there some module update(install tools)?

2007-09-26 Thread hyena
"Adonis Vargas" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> hyena wrote:
>> Hi,
>>
>>   I am quite new to python and am looking for some tools that can install 
>> and update modules a bit more intelligent then "python setup.py install". 
>> Is there some thing like "yum" in fedora which can search and 
>> install/update packages automatically?
>>
>> thanks in advance!
>
> setuptools is for you
> http://peak.telecommunity.com/DevCenter/setuptools
>
> Once installed, its easy as easy_install 
>
> Hope this helps.
>
> Adonis Vargas

Thanks, going to take a look. 


-- 
http://mail.python.org/mailman/listinfo/python-list