[Zope-dev] Python 2.1.2 causes Error code 6?

stefan holek stefan@xdv.org
Mon, 28 Jan 2002 15:29:39 +0100


At 28.01.2002 13:55 +0000, Chris Withers wrote:

>1. What does Error Code 6 mean?

#define ENXIO            6      /* No such device or address */

>2. How can I find out what these error codes eman in general?

Look into /usr/include/asm/errno.h

>3. How can I fix this problem?

Make the device or address available ;-)

Cheers,
Stefan