Sori Schwimmer wrote:
> I have Python 2.4.1 and have downloaded 2.4.2. Is
> there a way to avoid installing everything and,
> instead, just upgrade?

Run the following code on your 2.4.1 installation and
post the results:

python -m platform

Or, if you prefer:
     import platform
     platform.platform(True, False)

-- 
-Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to