idle

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

    #1

    idle

    Hi,

    is there no IDLE in Python2.4?

    o-o

    Thomas
  • Franz Steinhaeusler

    #2
    Re: idle

    On Thu, 22 Sep 2005 14:31:22 +0200, TK <merman@o2onlin e.de> wrote:
    [color=blue]
    >Hi,
    >
    >is there no IDLE in Python2.4?
    >
    >o-o
    >
    >Thomas[/color]

    Sure,
    on Windows:

    C:\Python24\Lib \idlelib\idle.p yw

    You should have a shortcuts in your StartMenu
    und Python 2.4

    --
    Franz Steinhaeusler

    Comment

    • TK

      #3
      Re: idle

      Hi Franz,
      [color=blue][color=green]
      >>is there no IDLE in Python2.4?[/color]
      >
      > Sure,
      > on Windows:
      >
      > C:\Python24\Lib \idlelib\idle.p yw[/color]
      [color=blue]
      > You should have a shortcuts in your StartMenu
      > und Python 2.4[/color]

      What about with Suse 9.3 und Python 2.4?

      o-o

      Thomas

      Comment

      • Peter Otten

        #4
        Re: idle

        TK wrote:
        [color=blue][color=green][color=darkred]
        >>>is there no IDLE in Python2.4?[/color][/color][/color]
        [color=blue]
        > What about with Suse 9.3 und Python 2.4?[/color]

        You have to install the python-idle package.

        Peter

        Comment

        Working...