473,396 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Uninstalling Python

I am using xpsp2, and I have two versions of python (2.2 and 2.2.3 - both
are listed as 29.3 mb, and listed as rarely used, which means never to me)
listed in add/remove programs in the control panel. I assume they were put
in by HP out of the factory install, when I got my pc last April, since I
certainly did not install the first one or do an update to it.

I googled "python" and have no interest in it and know nothing about it.

Therefore, I would like to uninstall both the versions since I do not
believe I need them. Would it be okay to uninstall them or would you
recommend that I keep them even though I will probably never use them (ie
for the future just in case). Or could something else get screwed up if I
uninstalled them. Is this analogous to java (which I also do not believe I
have a need for).

Thanks...Pete
Mar 30 '06 #1
6 5752
"Pete" <pe**@nospam.net> writes:
I googled "python" and have no interest in it and know nothing about it.

Therefore, I would like to uninstall both the versions since I do not
believe I need them. Would it be okay to uninstall them or would you
recommend that I keep them even though I will probably never use them (ie
for the future just in case).


It should be okay to uninstall *any* software on your system if you
believe you don't want it.

If you don't have a system that defaults to removing software without
checking if other packages depend on it, I'd hope you have stern words
to say to your operating system vendor and seek out more user-friendly
operating systems.

On the other hand, if packaged programs depend on other packages but
don't use the operating system package manager to declare this, those
programs are poorly packaged.

In short: it's your computer. We hope you'll one day be interested
enough in Python to want to use it some more. For now, if you want to
uninstall it, you should feel free, and demand an explanation from
anything that breaks as a result.

--
\ "I have one rule to live by: Don't make it worse." -- Hazel |
`\ Woodcock |
_o__) |
Ben Finney

Mar 30 '06 #2
Ben Finney wrote:
"Pete" <pe**@nospam.net> writes:
I googled "python" and have no interest in it and know nothing about
it.

Therefore, I would like to uninstall both the versions since I do
not believe I need them. Would it be okay to uninstall them or
would you recommend that I keep them even though I will probably
never use them (ie for the future just in case).
It should be okay to uninstall *any* software on your system if you
believe you don't want it.

If you don't have a system that defaults to removing software without
checking if other packages depend on it, I'd hope you have stern words
to say to your operating system vendor and seek out more user-friendly
operating systems.


Thanks Ben...I told you in my very first few words who my operating system
vendor was (ie non other than "Bill Gates"). I said I was using xpsp2. So
do all "windows" xp computer operating systems do what you said (ie, check
if other packages depend on something that you are uninstalling). I would
certainly hope so, since MS is the world leader with "windows". I am not a
pc guru like you are, so when you tell me to seek out more user friendly
operator systems, it is over my head. I buy my pc's out of the box with
windows installed on them...Pete


On the other hand, if packaged programs depend on other packages but
don't use the operating system package manager to declare this, those
programs are poorly packaged.

In short: it's your computer. We hope you'll one day be interested
enough in Python to want to use it some more. For now, if you want to
uninstall it, you should feel free, and demand an explanation from
anything that breaks as a result.

Mar 30 '06 #3
Pete wrote:
I am using xpsp2, and I have two versions of python (2.2 and 2.2.3 - both
are listed as 29.3 mb, and listed as rarely used, which means never to me)
listed in add/remove programs in the control panel. I assume they were put
in by HP out of the factory install, when I got my pc last April, since I
certainly did not install the first one or do an update to it.

I googled "python" and have no interest in it and know nothing about it.

Therefore, I would like to uninstall both the versions since I do not
believe I need them. Would it be okay to uninstall them or would you
recommend that I keep them even though I will probably never use them (ie
for the future just in case). Or could something else get screwed up if I
uninstalled them. Is this analogous to java (which I also do not believe I
have a need for).


"Why is Python Installed on my Computer?" FAQ:
http://www.python.org/doc/faq/installed/

--
Robert Kern
ro*********@gmail.com

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco

Mar 30 '06 #4
Pete wrote:
Ben Finney wrote:
"Pete" <pe**@nospam.net> writes:
I googled "python" and have no interest in it and know nothing about
it.

Therefore, I would like to uninstall both the versions since I do
not believe I need them. Would it be okay to uninstall them or
would you recommend that I keep them even though I will probably
never use them (ie for the future just in case).

It should be okay to uninstall *any* software on your system if you
believe you don't want it.

If you don't have a system that defaults to removing software without
checking if other packages depend on it, I'd hope you have stern words
to say to your operating system vendor and seek out more user-friendly
operating systems.


Thanks Ben...I told you in my very first few words who my operating system
vendor was (ie non other than "Bill Gates"). I said I was using xpsp2. So
do all "windows" xp computer operating systems do what you said (ie, check
if other packages depend on something that you are uninstalling). I would
certainly hope so, since MS is the world leader with "windows". I am not a
pc guru like you are, so when you tell me to seek out more user friendly
operator systems, it is over my head. I buy my pc's out of the box with
windows installed on them...Pete


AFAIK, Windows does not have such dependency information standard.

My recommendation: If it was, in fact, installed by HP's standard stuff,
leave it there. It's taking up relatively little space, most likely
isn't hurting anything, and is quite possibly used by some of the HP
utilities (they wouldn't install it if it wasn't).

- Michael

--
mouse, n: a device for pointing at the xterm in which you want to type.
-- Fortune
Visit me on the Web: http://www.elehack.net
Mar 30 '06 #5
Robert Kern wrote:
"Why is Python Installed on my Computer?" FAQ:
http://www.python.org/doc/faq/installed/


Most importantly from that link:

Some Windows machines also have Python installed. At this writing we're
aware of computers from Hewlett-Packard and Compaq that include Python.
Apparently some of HP/Compaq's administrative tools are written in Python.
Mar 30 '06 #6
John Salerno wrote:
Robert Kern wrote:
"Why is Python Installed on my Computer?" FAQ:
http://www.python.org/doc/faq/installed/


Most importantly from that link:

Some Windows machines also have Python installed. At this writing
we're aware of computers from Hewlett-Packard and Compaq that include
Python. Apparently some of HP/Compaq's administrative tools are
written in Python.


Thanks to Everyone...I will leave it to be safe. I don't think I will ever
need any of HP's tools or utilities either, but I will leave it. Am I
correct in assuming that "administrative tools" and "user accounts" in the
control panel is windows driven and not HP driven (excuse my choice of words
if not correct). This gets into the folders in c:\docs and settings, so I'm
not sure what the interface is between the windows operating system and
HP...Pete
Mar 30 '06 #7

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

Similar topics

1
by: Baggs | last post by:
Guys/Gals I've messed up my Python 2.4 install. I'm really new to Python (and Linux for that matter) and really wanted to try Python out. I have mandrake 10.1. The first thing I did was...
2
by: Jan Kidrud | last post by:
Ones I install an assembly in the GAC, I'm unable to unstall it. This diables loading of debug symbols (pdb) of the assembly. This must be a well-known issue, but I didn't succeed in finding a...
3
by: Makarand Keer | last post by:
Hi All I have around 3 versions of same assembly installed in my GAC. Now I have to un-install all these assem from GAC, for this I removed all the references to these assem and called gacutil -...
1
by: Rhino | last post by:
Is there any way to install the IBM Distributed Debugger V9.2 on Windows XP without first uninstalling DB2? I installed the IBM Distributed Debugger V9.2 on my Windows XP box in the hopes of...
3
by: John Salerno | last post by:
Will uninstalling these be as easy as using the Control Panel, or will there be a series of steps like with beta 1?
7
by: Larry Bird | last post by:
I have a windows service that want to un-install. When I run "installutil /u serivcename" I get the error that the serivce is not installed on my machine. However, when view the serivce console I...
0
by: Chavez | last post by:
Hi, I have a VB.NET solution, comprising a main application and a deployment application. When I installed the application (selecting the deployment project, then Project -> Install)...
0
by: hannonjohn | last post by:
Hi, Here's the solution to this problem. "Sometimes when uninstalling ReSharper, it fails to restore original Visual Studio's intellisense. To restore it, go to Tools > Options > Text Editor...
5
by: Chronos | last post by:
Hello All, I have reformated my disc and installed php5. Now I find that the web provider only has php4 on their site. I have looked through the Documentation and did not find any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.