From: Maya C. <may...@tr...> - 2004-01-20 09:59:22
|
Ok .... I installed Python from scratch , downloading it, make && make test && make install . No error, no question, no problem ... Arghh. Maya -----Original Message----- From: Frank Tobin [mailto:ft...@ne...]=20 Sent: Tuesday, January 20, 2004 5:59 AM To: Maya Condomitti Cc: pyz...@li... Subject: Re: Building Pyzor Maya Condomitti, on 2004-01-19, wrote: > Sorry to bother, I do not know Python and do not really know what to=20 > do there, I installed Python 2.3.3 and trying to install pyzor, please > help me with below error. >=20 > [root@ugly pyzor-0.4.0]# python setup.py install > running install > error: invalid Python installation: unable to open=20 > /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. --=20 Frank Tobin http://www.neverending.org/~ftobin/ |