Upgrading 2.4.1 to 2.4.2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sori Schwimmer

    #1

    Upgrading 2.4.1 to 2.4.2

    Hi,

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

    Thanks,
    Sorin




    _______________ _______________ ____
    Yahoo! Mail - PC Magazine Editors' Choice 2005
    Yahoo Mail: Your smarter, faster, free email solution. Organize your inbox, protect your privacy, and tackle tasks efficiently with AI-powered features and robust security tools.

  • Scott David Daniels

    #2
    Re: Upgrading 2.4.1 to 2.4.2

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

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

    python -m platform

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

    --
    -Scott David Daniels
    scott.daniels@a cm.org

    Comment

    Working...