12 Jun 2009 05:31
Re: Restart Shell, No Longer Being Offered?
Jason Gervich <gervich <at> sbcglobal.net>
2009-06-12 03:31:31 GMT
2009-06-12 03:31:31 GMT
To get the Shell menu in Ubuntu, open a terminal and at the command line prompt type "idle". The IDLE shell will appear with the Shell menu in the menu bar. Click Shell-->Restart Shell. This only works if no other instances of the Python Shell are running. If you want to run more that one instance on the same machine or network, start IDLE as "idle -n". You can run multiple versions but you won't have the Shell/Restart menu.
This from the Python team:
Running IDLE from the Applications menu under Ubuntu will not have the
Shell menu. If you bring up a terminal and enter "idle", you will have
the Shell menu.
IDLE, when selected from the Application menu, is being run with the
"-n" command line by default in Ubuntu. You can remove this option by
editing the menu item for IDLE.
----------
nosy: +serwy
Hope this helps,
Jason Gervich
This from the Python team:
Running IDLE from the Applications menu under Ubuntu will not have the
Shell menu. If you bring up a terminal and enter "idle", you will have
the Shell menu.
IDLE, when selected from the Application menu, is being run with the
"-n" command line by default in Ubuntu. You can remove this option by
editing the menu item for IDLE.
----------
nosy: +serwy
Hope this helps,
Jason Gervich
_______________________________________________ IDLE-dev mailing list IDLE-dev <at> python.org http://mail.python.org/mailman/listinfo/idle-dev
RSS Feed