cannot make Python 2.3 work

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Avner Ben

    cannot make Python 2.3 work

    I installed Python 2.3 on windows xp (uninstalling the 2.2.3 that used
    to be there). Python 2.3. keeps looking for "pyhton22.d ll" and would not
    work.

    Any suggestions?

    Avner.


  • Gerhard Häring

    #2
    Re: cannot make Python 2.3 work

    Avner Ben wrote:[color=blue]
    > I installed Python 2.3 on windows xp (uninstalling the 2.2.3 that used
    > to be there). Python 2.3. keeps looking for "pyhton22.d ll" and would not
    > work.[/color]

    If you start Python 2.3 with c:\python23\pyt hon.exe (or whereever you
    installed Python 2.3), you get an error message that python22.dll is not
    found? If you did something different, please describe exactly what you
    were doing.

    -- Gerhard

    Comment

    • Avner Ben

      #3
      Re: cannot make Python 2.3 work

      "Gerhard Häring" <[email protected] > wrote in message
      news:mailman.10 61883744.31168. [email protected] ...
      [color=blue]
      > If you start Python 2.3 with c:\python23\pyt hon.exe (or whereever you
      > installed Python 2.3), you get an error message that python22.dll is not
      > found? If you did something different, please describe exactly what you
      > were doing.[/color]

      The error occurs (a) when I run IDLE, (b) when I run python.exe and import
      something.

      Avner.


      Comment

      • Avner Ben

        #4
        Re: cannot make Python 2.3 work

        "Gerhard Häring" <[email protected] > wrote in message
        news:mailman.10 61883744.31168. [email protected] ...
        [color=blue]
        > If you start Python 2.3 with c:\python23\pyt hon.exe (or whereever you
        > installed Python 2.3), you get an error message that python22.dll is not
        > found? If you did something different, please describe exactly what you
        > were doing.[/color]

        The crash happens when I run IDLE and when I run python.exe and try to
        import anything.

        Avner.


        Comment

        Working...