Problems with Install

Ben Ocean zope at thewebsons.com
Sat Jan 27 11:37:03 EST 2001


I do not have python.h
How do I get it?
TIA,
BenO

At 01:51 PM 1/27/2001 -0200, you wrote:
>Ben,
>
>Lets 'parse' the error msg your getting:
>
> > > > In file included from /usr/include/errno.h:36,
> > > >                   from ../Include/Python.h:59,
> > > >                   from myreadline.c:42:
> > > > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
>
>myreadline.c at line 42 includes a file called errno.h which it expects
>to be at /usr/include/bits/, this file includes Python.h which expects
>to be found at ../Include (one dir up in the tree where this include
>is), and then Python.h wants to include /usr/include/errno.h, which is a
>common include file for the libc.
>
>Do you have all these files in your installation?
>--
>http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list