On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Dear python users,
>
> I have an account on a Linux Cluster. I installed python version 2.3.5 on my
> account. I need to install the module MySQL-python to interact with a MySQL
> server already installed on the cluster.
> However, I read the README file but running
>
> python setup.py build
>
> the system fails to build the module and gives me the following error:
>
>  error: invalid Python installation: unable to
> open /usr/local/lib/python2.3/config/Makefile (No such file or directory)
>
> How can I solve this problem?
>
> Thank you in advance
>
> Ernesto
>
Ernesto,
Where did the install put Python - the obvious situation is that the
Makefile is not where the install of MySQL-Python thinks it is.

Lou

-- 
Artificial Intelligence is no match for Natural Stupidity
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to