I used the beginners guide and it failed on dependancies after the freeswitch install. I attempted restarting install but failed again.
I was reviewing the Full Doc. install, and it seems to imply a download possibly proior to start. Could you add some clarity to the beginning of process, and I will try to launch in this fashion. I am in the process of fresh install of OS.
Here is the error from the last attempt, and from visual memory it was the same as first try.
Searching for distribute
Reading http://pypi.python.org/simple/distribute/
Reading http://packages.python.org/distribute
Best match: distribute 0.6.35
Processing distribute-0.6.35-py2.7.egg
distribute 0.6.35 is already the active version in easy-install.pth
Installing easy_install script to /usr/share/virtualenvs/newfies-dialer/bin
Installing easy_install-2.7 script to /usr/share/virtualenvs/newfies-dialer/bin
Using /usr/share/virtualenvs/newfies-dialer/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg
Processing dependencies for distribute
Finished processing dependencies for distribute
Downloading/unpacking importlib
Running setup.py egg_info for package importlib
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/usr/share/virtualenvs/newfies-dialer/build/importlib/setup.py", line 6, in <module>
raise Exception("importlib is included in Python 2.7 and newer for 2.x")
Exception: importlib is included in Python 2.7 and newer for 2.x
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/usr/share/virtualenvs/newfies-dialer/build/importlib/setup.py", line 6, in <module>
raise Exception("importlib is included in Python 2.7 and newer for 2.x")
Exception: importlib is included in Python 2.7 and newer for 2.x
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /usr/share/virtualenvs/newfies-dialer/build/importlib
Storing complete log in /root/.pip/pip.log
Install basic requirements...
cat: /usr/src/newfies-dialer/install/requirements/basic-requirements.txt: No such file or directory
Install Django requirements...
cat: /usr/src/newfies-dialer/install/requirements/django-requirements.txt: No such file or directory
make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -O2" CXXFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC" CXX_CFLAGS="" -C python
make[1]: Entering directory `/usr/src/freeswitch/libs/esl/python'
g++ -I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC `python ./python-config --includes` -c esl_wrap.cpp -o esl_wrap.o
g++ -shared -Xlinker -x esl_wrap.o ../libesl.a `python ./python-config --ldflags` -o _ESL.so -L.
make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/python'
make -C python install
make[1]: Entering directory `/usr/src/freeswitch/libs/esl/python'
install -m 755 _ESL.so /`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
install -m 755 ESL.py /`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/python'
Checking Python dependencies...
Error : South not installed...
root@newfies:/#