wrote in news:[EMAIL PROTECTED] in comp.lang.python:
> > I think what you say makes perfect sense > > I am using 2.4.2 python (I typed pthon -V on console to get) > > How can I find what my SPE editor is using ? > Wherever you can run python you can find the version by running the following bit of python import sys print sys.version For example I currently get: running: python ...\test-1.py 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] from my homebrew (wxPython) editor. Rob. -- http://www.victim-prime.dsl.pipex.com/ -- http://mail.python.org/mailman/listinfo/python-list