How to Use Python and SPE in Windows ?
If you are a python programmer and keen to use python in windows environment with the most popular Stani’s Python Editor IDE then follow the given below steps-
- Download and install Python 2.6 from Here (http://www.python.org/download/). for your appropriate windows (32 or 64 bit)
- Download & Install wxPython (NOT wxWidgets) from Here. (http://www.wxpython.org/download.php)
- Download & Install SPE from Here(http://developer.berlios.de/project/showfiles.php?group_id=4161). Get this file: “SPE-0.8.4.c-wx2.6.1.0-no_setup.zip”.
- Unzip it to somewhere you will remember, but don’t rename the folder anything other than “_spe”.
- Go inside the _spe directory and double click SPE.py.
- At this point your new SPE Python IDE should start up. Enjoy Python….
Note: you will have to set the environmental veritable in windows for python. For Xp user,
Right click on MyComputer=>Properties=>Advanced=>Environmental Variable
and then select “Path” and click edit, add the python directory (c:\Python26)
followed by a semi colon at the end of the variable Value.(eg- xxxxxx;C:\Python26)
