[Python-modules-team] Bug#595980: python-pywt: help broken

Daniele Tricoli eriol at mornie.org
Sat Apr 9 03:58:05 UTC 2011


forwarded 595980 https://bitbucket.org/nigma/pywt/issue/2/help-broken
owner 595980 !
thanks

On Tuesday 07 September 2010 21:04:06 Jan Medlock wrote:
> Within python, trying to read the documentation for pywt doesn't work.

Thanks for reporting! I have forwarded the bug upstream. As a workaround
you can directly access every object's help inside the pywt package with 
the exception of BaseNode class:

>>> from pywt.wavelet_packets import Node
>>> help(Node)

HTH,

-- 
 Daniele Tricoli 'Eriol'
 http://mornie.org





More information about the Python-modules-team mailing list