Re: PythonDoc Ant Task

2006-06-01 Thread Fredrik Lundh
"abcd" wrote: > class Bar: >global javax.swing >import javax.swing > [/code] > > so it seems that pydoc cant giggity-giggit! "global javax.swing" is not valid Python syntax. what is that global/import combo supposed to do, and what environment do you run this under ? -- http:

Re: PythonDoc Ant Task

2006-06-01 Thread abcd
i found that the problem is because of an import, which is strange. The imported module looks something like this [code] import time class Foo: pass class Bar: global javax.swing import javax.swing [/code] so it seems that pydoc cant giggity-giggit! -- http://mail.python.org/m

PythonDoc Ant Task

2006-06-01 Thread abcd
Anyone ever use the PythonDoc ant task? I have the following... ...this is a cut out of the build xml i am using...but it shows the relevant parts. Anyways I can run my "pyDoc" target and it runs successful with no errors. a "docs" dire