Hi, > Sounds more like a broken terminal (-setting...). Please give me the > exact steps to reproduce this, starting with a normal Debian installation.
Martin, are you using the 'most' or 'less' pagers?
(Resize window so pager will be used to display result)
% PAGER=most ipython
Python 2.4.4 (#2, Jan 3 2008, 13:53:47)
Type "copyright", "credits" or "license" for more information.
IPython 0.8.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import os
In [2]: os?
ESC[1;31mType: ESC[0mmodule
ESC[1;31mBase Class: ESC[0m<type 'module'>
(etc.)
% PAGER=less ipython
Python 2.4.4 (#2, Jan 3 2008, 13:53:47)
Type "copyright", "credits" or "license" for more information.
IPython 0.8.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import os
In [2]: os?
ESC[1;31mType: ESC[0mmodule
ESC[1;31mBase Class: ESC[0m<type 'module'>
(etc.)
% PAGER=more ipython
Python 2.4.4 (#2, Jan 3 2008, 13:53:47) Type "copyright",
"credits" or "license" for more information.
IPython 0.8.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import os
In [2]: os?
Type: module
Base Class: <type 'module'>
(etc)
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

