I sti-ll... haven't found,.... what I'm looking for.

M

Miki Tebeka

Hello,
I think I explained badly what I need - I want the long string to pause for
each full screen, so I can read it. It shoots off the top, so I can only
read the end...

Have a look at the _Printer class in site.py (comes with installation).

HTH.
Miki
 
R

ruari mactaggart

I think I explained badly what I need - I want the long string to pause for
each full screen, so I can read it. It shoots off the top, so I can only
read the end...
 
D

Derrick 'dman' Hudson

ruari mactaggart said:
I think I explained badly what I need - I want the long string to pause for
each full screen, so I can read it. It shoots off the top, so I can only
read the end...

This is an environment issue, not a python issue. Send the output to
a file or pager so that the output will be broken into "pages". For
example, running the program as :
myprogram.py | less
instead of
myprogram.py
will send the output to the program 'less' (a pager) which provides
for scrolling and searching in the text.

If your system doesn't have 'less' on it, or your environment doesn't
support pipes like this then you'll need to provide more details as to
your environment (OS, etc.) so someone familiar with it can direct
you to suitable tools.

-D

--
Commit to the Lord whatever you do,
and your plans will succeed.
Proverbs 16:3

www: http://dman13.dyndns.org/~dman/ jabber: (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top