How to invoke the Python idle

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Only-Trouble

    How to invoke the Python idle

    Hi all
    I am running openSUSE 10.3
    I am learning python on my own, it seems like the system has already
    installed a python IDLE
    The question is how to invoke it?


    Thanks

    Only-Trouble
  • miya

    #2
    Re: How to invoke the Python idle

    On Jun 29, 10:01 pm, Only-Trouble <alon.ben...@gm ail.comwrote:
    Hi all
    I am running openSUSE 10.3
    I am learning python on my own, it seems like  the system has already
    installed a python IDLE
    The question is how to invoke it?
    >
    Thanks
    >
    Only-Trouble
    how about executing from the terminal

    idle

    --
    Nicolás Miyasato (miya)

    Comment

    • John Henderson

      #3
      Re: How to invoke the Python idle

      Only-Trouble wrote:
      Hi all
      I am running openSUSE 10.3
      I am learning python on my own, it seems like the system has
      already installed a python IDLE
      The question is how to invoke it?
      If it's anything like my Red Hat system, I had to find the
      command first. In my case, at:

      /usr/lib/python2.2/site-packages/idle/idle

      I copied that file to somewhere where it was available on my
      $PATH variable.

      John

      Comment

      • David

        #4
        Re: How to invoke the Python idle

        Alon Ben-Ari wrote:
        Thank you
        >
        yes I have
        This is what I got:
        alon@linux:~idl e
        bash: idle: command not found
        alon@linux:~>
        >
        Any idea
        ?
        >
        Alon
        >
        >
        On Sun, Jun 29, 2008 at 10:05 PM, David <david@abbottda vid.com
        <mailto:david@a bbottdavid.com> wrote:
        >
        Only-Trouble wrote:
        >
        Hi all
        I am running openSUSE 10.3
        I am learning python on my own, it seems like the system has
        already
        installed a python IDLE
        The question is how to invoke it?
        >
        >
        Thanks
        >
        Only-Trouble
        --

        >
        >
        >
        >
        Did you try to enter idle in a terminal?
        >
        --
        Powered by Gentoo GNU/LINUX

        >
        >
        Could be you need something like this;


        --
        Powered by Gentoo GNU/LINUX


        Comment

        Working...