[mod_python] Re: print help content in a Command Prompt

Graham Dumpleton graham.dumpleton at gmail.com
Mon Feb 25 05:07:07 EST 2008


On 25/02/2008, Necmettin Begiter <necmettin.begiter at gmail.com> wrote:
> 25 February 2008 Monday 11:15:14 tarihinde bkamrani at gmail.com şunları yazmıştı:
>  > Hi,
>  > This is a basic problem, but I want to print help content in a Command
>  > Prompt in WinXP and scrolling back to see the first lines. If I start
>  > a command prompt and run python, and then for example,
>  >
>  > >>> help(list)
>  >
>  > it starts showing the help, which can be controlled by page or raw
>  > using Spacebar or Enter but after this ends, it seems that I can't
>  > scroll back to see again the first lines.
>
>  Try PgUp
>
>  > In the  Command Prompt Properties, layout tab, my Screen buffer size
>  > is Width:80, Height:3000 and windows size 80x40 (W&H).
>  >
>  > Any idea...? thanks in advance!!
>  > /Ben
>
>  Also try python -c 'help(list)'

Wrong mailing list. Use:

  http://groups.google.com/group/comp.lang.python/topics?lnk=lr

This list you are posting to here is specifically about mod_python,
and is not a general Python group.



More information about the Mod_python mailing list