"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:
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