[Tutor] Help installing HLS Player

Wayne Werner waynejwerner at gmail.com
Mon Oct 11 19:10:08 CEST 2010


On Mon, Oct 11, 2010 at 6:56 AM, p4ddy <prdpsbhat at gmail.com> wrote:

>
> Hi,
>
> I have a HLS Player written in python but whenever I try to install it, I
> get this error
>
> "ImportError: No module named setuptools"
>
> So I downloaded setuptools-0.6c11.zip and tried to install it, again i got
> this error
>
> "ImportError: No module named distutils.util"
>
> So I went back and downloaded python2.4-devel-2.4-1pydotorg.i386.rpm and
> installed it.
>
> I have python2.4 installed in the machine (linux) but apparently
> python2.4-devel didn't find it and gave dependency error. So I installed it
> using <snip>


What version of linux are you using? Python 2.4 is insanely old, and you
should have some type of package manager. There is very little reason to be
manually installing from rpm and zip file.

That being said, this question has *very* little to do with Python and
almost everything to do with linux, and even though many of us are familiar
with it, you'll probably have more success asking your local Linux Users
Group (LUG): http://www.linux.org/groups/

<http://www.linux.org/groups/>HTH,
Wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101011/4ae68a58/attachment.html>


More information about the Tutor mailing list