I am trying to make a .sln file for Visual Studio and in that process I am facing a problem
File "socket.py", line 47, in import _socket ImportError: DLL load failed: The specified module could not be found.
This socket.py is present in Python27/Lib folder. I have checked there is no other version of python installed which is clashing with Python27.