Re: [Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Andrés Chandía
Sorry, the command is Crtl+F9, not only F9 On Wed, April 6, 2011 12:43, "Andrés Chandía" wrote: Actually the default text editor in Ubuntu, "gedit" has a plugin named Python console, that you can activate at "edit > preferences" menu, then at the menu "view > inferior subwindow" (F9) you can

Re: [Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Andrés Chandía
Actually the default text editor in Ubuntu, "gedit" has a plugin named Python console, that you can activate at "edit > preferences" menu, then at the menu "view > inferior subwindow" (F9) you can activate it, maybe the menu names are not exact, because I'm translating from catalan. Good luck!

Re: [Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Corey Richardson
On 04/06/2011 05:34 AM, Ratna Banjara wrote: > Before this i used to run in windows with python IDLE which makes easy to > write python codes and run using Run command or pressing F5. > > Now i want to ask if there is python GUI IDLE equivalent in Ubuntu. Please > help. At the terminal, sudo apt-

[Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Ratna Banjara
As i know python comes as default in ubuntu and can be accessed from terminal. But i found difficulty to write programs in editor and run from terminal. I need GUI Before this i used to run in windows with python IDLE which makes easy to write python codes and run using Run command or pressing F5.