Newbie trying to install pygsear

Grant Edwards grante at visi.com
Thu Oct 28 14:51:17 EDT 2004


On 2004-10-28, Glen <stygian at tesco.net> wrote:

> I'm quite new to both Python and Linux (Mandrake 10.0)
> Python and pygame are both installed (examples run fine), but I get the
> following error when trying to install pygsear
>
> [root at localhost pygsear-0.53]# python setup.py install
> running install
> error: invalid Python installation: unable to open
> /usr/lib/python2.3/config/Makefile (No such file or directory)

You need to install the libpython2.3-devel package.

Log in as root, and run the command "urpmi libpython2.3-devl"
  or
Start rpmdrake and do the pointy/clicky thing.  

-- 
Grant Edwards                   grante             Yow!  Is this TERMINAL fun?
                                  at               
                               visi.com            



More information about the Python-list mailing list