On Mon, Oct 11, 2010 at 6:56 AM, p4ddy <[email protected]> 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
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
