From: Joseph B. <jos...@gm...> - 2007-12-05 09:41:39
|
Hi, I'm far from knowing C compiling... but it looks like I need some files... python setup.py install > > running install > running build > running build_py > running build_ext > building 'sybasect' extension > C:\Borland\BCC55\Bin\bcc32.exe -c /tWM /O2 /q /g0 -DWANT_BULKCOPY > -DHAVE_DATETIM > E -Id:\appliloc\sybase\OCS-12_0\include -IC:\Python24\include > -IC:\Python24\PC > -obuild\temp.win32-2.4\Release\blk.obj blk.c > blk.c: > Error E2209 C:\Python24\include\pyconfig.h 30: Unable to open include file > 'io.h > ' > Error E2209 C:\Python24\include\pyconfig.h 152: Unable to open include > file 'io. > h' > Error E2209 C:\Python24\include\pyconfig.h 196: Unable to open include > file 'std > io.h' > Error E2209 C:\Python24\include\Python.h 18: Unable to open include file > 'limits > .h' > Fatal F1003 C:\Python24\include\Python.h 21: Error directive: "Something's > broke > n. UCHAR_MAX should be defined in limits.h." > *** 5 errors in Compile *** > error: command 'bcc32.exe' failed with exit status 1 As said on http://python-sybase.sourceforge.net//sybase/node4.html, the Sybase client libraries should have come as part of my Sybase installation... but I apparently need more ! please help however, a concurrent question: why a such module does not have already compiled files available on the web ? at least for main systems. Joseph |