From: Frank T. <ft...@ne...> - 2004-01-20 04:58:41
|
Maya Condomitti, on 2004-01-19, wrote: > Sorry to bother, I do not know Python and do not really know what to do > there, I installed Python 2.3.3 and trying to install pyzor, please help > me with below error. > > [root@ugly pyzor-0.4.0]# python setup.py install > running install > error: invalid Python installation: unable to open > /usr/lib/python2.3/config/Makefile (No such file or directory) I think your Python installation is invalid. The file it's asking for is quite standard; it's not even a file Pyzor is asking for; Python's distutils module is looking for the file. Perhaps your distribution didn't put everything in its Python installation. -- Frank Tobin http://www.neverending.org/~ftobin/ |