Thank you, Brian!
On Mon, Mar 19, 2012 at 12:20 AM, Brian Curtin [via Python] <
ml-node+s6n4632000...@n6.nabble.com> wrote:
> On Sun, Mar 18, 2012 at 23:13, ncdave4life <[hidden
> email]<http://user/SendEmail.jtp?type=node&node=4632000&i=0>>
> wrote:
> >
I noticed that pydoc doesn't work for pygame under python 3.2.1 for Win32:
NotImplementedError: scrap module not available (ImportError: No module
named scrap)
I made a small patch to inspect.py to solve the problem (I just added a
try/expect around the failing statement in ismethoddescriptor).