norseman wrote:

Just out of curiosity,  have you tried:

import pylab
help(pylab)

The next step is to print it,

Ah .. I didn't know this, great idea. This is what I used to get
the contents into a file for printing

 python -c 'import pylab;  help(pylab)' > pylab.txt

Thanks,
Esmail


Steve

--
http://mail.python.org/mailman/listinfo/python-list


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to