On Fri, 2009-09-18 at 01:09 +0800, Traduction.BIZ wrote:
> Hi,
> 
> I'm trying to install Kid 0.9.6.
Both Fedora 10 and Ubuntu 9.4 distribute that version of kid.  I'd
expect most distributions to be at that level:
        yum install python-kid
        apt-get install python-kid
or whatever is proper for your distribution.

        easy_install kid 
should also do the right thing if you have python-setuptools installed.

> 
> I ran the command:
> 
> ./setup.py install
> 
> I got the following messages:
> 
> running install
> error: invalid Python installation: unable to open
> /usr/lib/python2.5/config/Makefile (No such file or directory)
> 
> Would anyone have any useful tips about what to do to fix this?

You need to install python-devel (or possibly named python-dev)

Most distros will break packages into tiny components so that the
install footprint can be minimized.  Python will have optional pieces
like python-devel for compiling against Python and python-docs with all
of the documentation files.

> 
> Thanks if so, :)
> 
> --
> David Nelson
> 
> Voicemail: +44.7092894743
> Fax: +44.7092894744
> E-mail: comme...@traduction.biz
> Twitter: http://twitter.com/TraductionBIZ
> Skype: traduction.biz
> Web: http://traduction.biz
> ---
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> kid-template-discuss mailing list
> kid-template-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
-- 
Lloyd Kvam
Venix Corp
DLSLUG/GNHLUG library
http://dlslug.org/library.html
http://www.librarything.com/catalog/dlslug
http://www.librarything.com/rsshtml/recent/dlslug
http://www.librarything.com/rss/recent/dlslug


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to