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 _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
