Re: how to cut and paste in the windows of python(command line)



fang wrote:
The mouse cannot be responded in the windows of python(command
line) and cut and paste cannot be done. ctrl c and ctrl v do not work.
But they do work in IDLE.

that has absolutely nothing to do with Python, and everything to do with what console or terminal program you're using.

if you're using windows, you'll find edit commands, including copy and paste, commands in the window menu (click on the icon in the upper left corner). Python also supports the standard "doskey" commands (text+F8 to search in history, UP/DOWN to recall commands, ESC to clear, etc).

if you want better console support, consider installing the "ipython"
shell:

http://ipython.scipy.org/moin/

</F>

.



Relevant Pages

  • Adding buttons to stronged modes
    ... Having followed a thread in the Appbasic newsgroup, ... using stronged for programming. ... ctrl H) and opens the file list. ... then add a commands to the modes modefile, Icon, select and adjust. ...
    (comp.sys.acorn.apps)
  • Re: Ctrl + c doesnt work Word 2007
    ... But since you don't use any other ctrl-c commands, ... I tried to reassign ctrl +c, ... "Suzanne S. Barnhill" wrote: ...
    (microsoft.public.word.docmanagement)
  • How to figure out which right-click context menu is appearing when clicking shape/picture
    ... accessing the commands on the right click menu for a grouped shape. ... Dim Ctrl As CommandBarControl ... Set Ctrl = CB.Controls.Add ... .Caption = "Insert Picture" ...
    (microsoft.public.excel.programming)
  • Re: Save button non-responsive
    ... It could be a macro intercepting the Save and Save As commands. ... Word in Safe mode (hold Ctrl as you start the application), ...
    (microsoft.public.word.docmanagement)
  • Re: System Information Unavailable on XP Pro
    ... Bill, ... Open a Command Prompt window and enter the following commands, ... > You can see I'm multibooting, where WinXP is on partition ... >>> received the reply, "The Windows Management ...
    (microsoft.public.windowsxp.security_admin)

Loading