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 "rpm -i --nodeps python2.4-devel-2.4-1pydotorg.i386.rpm" and it got installed. Now when i went back to install setuptools, i m getting the same problem :( I m pretty new to python, so can anybody help me on this? I'm pretty frustrated already !! -- View this message in context: http://old.nabble.com/Help-installing-HLS-Player-tp29933359p29933359.html Sent from the Python - tutor mailing list archive at Nabble.com. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor