Announcement

Collapse
No announcement yet.

IDLE Question

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

    IDLE Question

    I'm new to programming and decided to start with Python to learn how to use it(so I tend to make stupid mistakes). On Windows IDLE had a command (F6), that would kill the current process. This was extremely useful when I accidentally executed an infinite loop and needed to kill it. However, this feature is not present on Linux and I need to open the system monitor and kill the application to terminate the loop. My question is, can I do this any other way, like I did on windows? All google tells me is ctrl+c or ctrl+d, but neither do anything.

    #2
    Re: IDLE Question

    I'm not a python programmer, did some basic many years ago. If you want to kill say xmms2 you "killall" in terminal. Here is a linky which may be of little or no use.

    http://www.velocityreviews.com/forum...n-process.html

    woodsmoke
    sigpic
    Love Thy Neighbor Baby!

    Comment

    Working...
    X