Python

The Python for S60 also called PyS60 (Unix name), is Nokia’s port of the general Python programming language to its S60 software platform, originally based on Python 2.2.2 from 2002

Python 1.4.5 for s60 v2 
 Download python files - here
  • Python scriptshell
  • python for s60 

Download Module pack(1.3.5)-here

Install the above three files to run any python apllication on your s60 v2 mobile

Visit here for older versions

If you have any problem while running any python application
  • reinstall the application
  • still not working -reinstall modulepack and application
  • still not working-check if any update of module pack is available 
  • still not working-reinstall python for s60,scriptshell& module pack and application
  • still not working-check your application directory,copy the file default.Py to e:\\system\\libs,rename to check.py.Now open your python-select interactive console..Put the following code there 'import check.py'-it will show you the error causing the problem.If you are not able to understand the problem send me the error code