473,811 Members | 4,047 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

is there some module update(install tools)?

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!
Sep 24 '07 #1
2 1600
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 <module name>

Hope this helps.

Adonis Vargas
Sep 25 '07 #2
"Adonis Vargas" <ad*****@REMOVE THISearthlink.n etwrote in message
news:13******** *****@corp.supe rnews.com...
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 <module name>

Hope this helps.

Adonis Vargas
Thanks, going to take a look.
Sep 26 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
2657
by: Conrad | last post by:
Greetings, I have a need to print from Win98SE to a little serial label printer provided by United Parcel, so based on Mark Hammond's recommendation in 'Programming on Win32' I decided to try the Sio module at http://starship.python.net/crew/roger/ My problem:
1
2987
by: James Stroud | last post by:
Hello All, I will soon have an excuse to install a new operating system on my computer. I would like to know exactly what operating system I should have so that I can get wxPython going. wxPython is my only hold-out on my current system. wxPython seems to need gnome. So I have tried to build garnome and it didn't build all the way..and, well, I've tried so many things trying to get wxPython built that I really don't care to relive the...
2
2258
by: Sally | last post by:
I have written a gui application for windows os using Borland C++ Builder. Does anybody know how I would go about automating the installation process - for instance, I would like my executable to start off compressed - I would then like the installation process to 1. automatically create a new directory, uncompress the archive into the new directory, 2. automatically put a shortcut onto the users desktop. I have noticed this seems to be...
1
1725
by: khammond | last post by:
I'm an Enterprise Architect at a large insurance company. My background is Java, and I have brought in the CodePro metrics & code audit tool that runs automated metrics and code audits within Eclipse/WSAD. I'm interested in finding some similar tools for our C++ developers, who use Visual Studio as their IDE. Does anyone know of any C++ tools of this nature that integrate with Visual Studio?
19
4193
by: dba_222 | last post by:
Dear Experts, I've worked with Oracle since 1995. I have gone very deep into many of the Oracle features, including sqlloader, and export/import. And I've done data modelling even longer. At the same time, I have done ETL since 1995. Although, at the Proc, and PLSQL, sqlloader, level.
1
1514
by: lasmit | last post by:
Over a number of month's I've slowly built up a nice CMS with central interface, each client has their own site eg, www.example1.com, www.example2.com and there is a central site where users can login and update their site. I'm now looking to automate the process of setting up new sites and so creating a script to do the database stuff that needs to be done each time, and perhaps even some of the file copying. Was just looking for...
8
11546
by: vyona | last post by:
Dear All, This is my first time touching Perl. Could anyone explain what does the following error means and how could i resolve it? "Prototype mismatch: sub main::prompt ($;$) vs none at inc/Module/Install.pm line 146." Appreciate your help on this. Thanks a million.
4
2835
by: =?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?= | last post by:
I am creating an application for windows mobile using Visual C# windows. I am using visual studio 2008 and I have windows Microsoft Vista on my computer. I also downloaded the professional and standards SDK windows mobile. However some tools and properties are not available such as FontColor, RichTextBox, FlowLayoutPanel . The tools I needed are mostly under System.Windows.Forms name space which already included in my application. I also...
2
1417
by: EricW | last post by:
Everytime I want to update an existing installation of my program I need to uninstall it first and then I can install the new version. How can I make it so that the new version is automaticly installed over the previous installation? I have tried the various options in the setup properties, but can't get it to work. pls help.
0
9724
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10644
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10127
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5552
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4336
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3863
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.