Any idea about what cause the error below ?
I use Linux centos with openssl-devel.i386 0.9.8e-12.el5_5.7
$ easy_install PyOpenSSL Searching for PyOpe
I ran into this while trying to install Scrapy. For me, Thanasis' answer didn't work. After some more Google and randomly installing things
yum install python-devel
allowed the Scrapy install to run for me (CentOS release 6.3 (Final))