How to check version of Python under CGI

Johann observer at NOSPAM.space.pl
Thu Jun 13 05:05:31 EDT 2002


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



More information about the Python-list mailing list