Record: Install scrapy and pywebkitgtk. I installed ubuntu13.04 because scrapy depends on python, so first install python development kit [plain] sudo apt-get install python-dev install easy_install [plain] wget-q http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py install scrapy [plain] sudo easy_install-U Scrapy here scrapy install three dependency packages before installing pywebkitgtk, otherwise, the [plain] No package 'libxslt 'found No package 'gthread-2.0' found No package 'pygtk-2.0 'found No package 'webkit-1.0' found is reported to install the pywebkitgtk dependency package. [plain] sudo apt-get install libxslt-dev search and install the following package python-gtk2-devlibglib2.0-dev libwebkitgtk-devel [plain] sudo apt-get install python-jswebkit // when js needs to be processed install this package to download pywebkitgtk source code compilation and installation [plain] $. /configure -- prefix =/usr $ make install ps: mysql-python installation: [plain] sudo apt-get install libmysqld-dev easy_install MySQL-python