Schadix/hls-player

Unable To Install Player

Opened this issue · 1 comments

What steps will reproduce the problem?
1.I just extracted it using tar -jxvf 
2.run the command as root user python setup.py install
3.Then it shows me ImportError: No module named setuptools

What is the expected output? What do you see instead?
I think IT SHOULD SAY ME SUCCESSFULL COMPLetion

What version of the product are you using? On what operating system?
i dont know its version but I am using linux ubantu 10.4 

Additional information below.
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from setuptools import setup, find_packages



Original issue reported on code.google.com by er.anshul.maheshwari@gmail.com on 5 Sep 2012 at 11:40

You need to install setuptools
sudo apt-get install python-setuptools

Original comment by Rossi.Claudio.82@gmail.com on 14 Nov 2012 at 9:42