From: <sa...@po...> - 2007-02-15 11:08:42
|
Hi John, I don't have a windows environment to test python-sybase for the moment. I will try to install that in coming weeks. The following line in your log looks suspicious: > -llibblk -llibct -llibcs -lpython25 -lmsvcr71 -o It should probably be something like: > -lblk -lct -lcs -lpython25 -lmsvcr71 -o you should modify the setup.py file - line 76: syb_libs = ['libblk', 'libct', 'libcs'] into: syb_libs = ['blk', 'ct', 'cs'] I suppose the script was made for compilation with visual studio rather than mingw32? I should be able to provide a clean fix when I will have a windows environment with sybase. regards -- Sébastien Sablé |