python version?

George Hester hesterloli at hotmail.com
Sat Jun 15 18:58:36 EDT 2002


Python ActiveX Scripting Engine error '80020009'

Traceback (innermost last): File "<Script Block >", line 5, in ?
Response.Write(sys.version) NameError: name 'sys' is not defined

/python.asp, line 14

Response.Write(sys.version)

I think I need a script to do this.

--
George Hester
_________________________________
"Jeremy Yallop" <jeremy at jdyallop.freeserve.co.uk> wrote in message
news:aegfck$6tkre$1 at ID-114079.news.dfncis.de...
> * George Hester
> | What is a simple script that will tell me the version of python I am
currently
> | running?  IIS 5.0 Windows 2000.
>
> Look up sys.version and sys.version_info.
>
> Jeremy.





More information about the Python-list mailing list