17 Mar
2006
17 Mar
'06
6:58 p.m.
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