I have deleted the Python installation file, i.e, the site.py file by mistake. Now after starting Python, it shows the following error:
ImportError: Couldn't find the real 'site' module
I tried downloading a site.py from setuptools but this results in an infinite recursion in the __boot method around the statement imp.load_module('site',stream,path,descr)
Can anyone help me with reinstalling Python and also tell me what is the work of site.py file?