[Zope] setup.py build

Dieter Maurer dieter at handshake.de
Fri Mar 17 13:58:08 EST 2006


wavemaster2000 wrote at 2006-3-16 17:36 -0800:
> ...
>/GX /DNDEBUG -IC:\Python24\include -IC:\Python24\PC /Tc_mysql.c
>/Fobuild\temp.wi
> ...
>c:\python24\include\pyconfig.h(130) : fatal error C1083: Cannot open include
>fil
>e: 'basetsd.h': No such file or directory

Looks as if your Python installation were not sufficient...

   Apparently "pyconfig.h" tries to include "basetsd.h"
   and fails to locate it.

   I do not know what "basetsd.h" is. It might be a
   header file generated during Python configuration.

-- 
Dieter


More information about the Zope mailing list