Installing Flask-SocketIO For Python 2.7
It may seem as a very simple thing if you search the internet for it, but it's not. Here I like to discuss about a problem that can occur with some python plugins. As mentioned in the most of the places to install this plugin, a developer can use the simple command, "pip install flask-socketio" after installing pip into your computer. But it won't be a good day scenario every time. While installing this plugin there is a problem that can occur. When installing this "flask-socketio", there is another dependent plugin that is installed, which is ' gevent '. And both these plugins use Visual Studio 2008, VC (Visual C) compiler to compile those plugins at installation. So if that version doesn't exist in the computer there will be a error as " Unable to find vcvarsall.bat " while installing that plugin. One solution for this problem is available if there is another higher version of Visual Studio is installed in your computer. In ther...