import question on wx ?

Rob Williscroft rtw at freenet.co.uk
Thu Jul 27 14:16:03 EDT 2006


 wrote in news:1154019397.153772.99540 at i3g2000cwc.googlegroups.com 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/



More information about the Python-list mailing list