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 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

