[Tutor] What is "distutils"?

Adelein and Jeremy adeleinandjeremy at yahoo.com
Mon Nov 15 20:57:49 CET 2004


--- Dick Moores <rdm at rcblue.com> wrote:

> Maybe this will help:
> <http://www.python.org/doc/current/lib/module-distutils.html>
> 
> Dick
> 
> Johan Geldenhuys wrote at 06:15 11/15/2004:
> >I am trying to install a python application and it fails, because
> it 
> >wants "distutils.xxxx".
> >What and where do I get this?
> >
> >--
> >        Johan

Are we sure that the problem is with the Python module? I am not so
sure. After all, it's standard with Python 2.3. What OS are we
talking about? Which Python version? What is the Python application?
What are all of the steps leading to the error/requirement report?

When I install Python apps I do tar -zxv <PythonApp>.tgz and then
python <PythonApp> to run it. Which app are we discussing, and where
can I get it so that I can look at the source to learn how to write
installation script(s)?

- Jeremy



		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



More information about the Tutor mailing list