Upgrading 2.4.1 to 2.4.2

Scott David Daniels scott.daniels at acm.org
Mon Oct 17 16:35:37 EDT 2005


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
scott.daniels at acm.org



More information about the Python-list mailing list