Installing Scrapy in Yosemite

If you get this error while installing Scrapy in Yosemite: #include “libxml/xmlversion.h” ^ 1 error generated. error: command ‘clang’ failed with exit status 1 well even tho I do have Xcode install and my mac had developer mode on, still you need you to install command line tools. Go to Applications->Utilities->Terminal or use spotlight cmd+spacebar … 

 

Eye Tracker on Python using Open CV Part-1

Installing libraries For started, we need to set up the environment to start working in our project. This post i will be using windows, but you can also do it in mac by using home brew to install the required libraries. For windows, we will need to install Python, if there no installation yet, it can be downloaded from …