montreekas / hls-player

Automatically exported from code.google.com/p/hls-player
0 stars 0 forks source link

Unable To Install Player #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.anshu...@gmail.com on 5 Sep 2012 at 11:40

GoogleCodeExporter commented 8 years ago
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