help to install MySQL-python module

Lou Losee llosee at gmail.com
Wed Jun 7 12:01:10 EDT 2006


On 6/7/06, ciccio at unical.it <ciccio at unical.it> 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



More information about the Python-list mailing list