Hi All,
I'm am a complete newbie when it comes to programming. Currently I am teaching myself how to program in Python using a book I picked up from Amazon. It's a pretty good book, however it tends to be slightly orientated towards programming in Windows environment. One of the exercises involves coding a simple console program then running the programming by double clicking on it's icon within the windows GUI.
I've created the program, it runs properly when called from the command line. However when I double click on the program file from within Konqueror instead of running the program it opens the file in a text editor. Is there a way I can get the program to run by double clicking on it from within Konqueror? If so how ?
Many thanks
Raven
I'm am a complete newbie when it comes to programming. Currently I am teaching myself how to program in Python using a book I picked up from Amazon. It's a pretty good book, however it tends to be slightly orientated towards programming in Windows environment. One of the exercises involves coding a simple console program then running the programming by double clicking on it's icon within the windows GUI.
I've created the program, it runs properly when called from the command line. However when I double click on the program file from within Konqueror instead of running the program it opens the file in a text editor. Is there a way I can get the program to run by double clicking on it from within Konqueror? If so how ?
Many thanks
Raven
Comment