Installing from the source also succeeded, by checking out the source from master [1] and runing:
$ python setup.py install
However, while trying to install SuRF via pip, I got an IOError, presented bellow. This happened both on Python2.7 and Python2.6, with or without virtualenv.
$ pip install surf
Downloading/unpacking surf
Downloading surf-doc_1.1.4.zip (396Kb): 396Kb downloaded
Running setup.py egg_info for package surf
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/home/tati_alchueyr/.virtualenvs/surf/build/surf/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/home/tati_alchueyr/.virtualenvs/surf/build/surf/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/tati_alchueyr/.virtualenvs/surf/build/surf
Storing complete log in /home/tati_alchueyr/.pip/pip.log
#try:
# from setuptools import setup, find_packages
#except ImportError:
from ez_setup import use_setuptools