On Thu, 13 Jun 2002 10:57:21 +0200, Johann <observer at NOSPAM.space.pl> wrote: >Do you know how to check what modules are installed? E.g. I >would like to check if PYANA or other xml modules are installed. for x in dir(__builtins__): print x Is it all i can get? -- Johann