From: Andrew L. <and...@gm...> - 2011-02-04 10:15:20
|
I have the same problems with Debian lenny too. I can connect to DB with external console (sqsh in my variant) as you are. With FreeTDS debug feature I found that sqsh use CT-library for connections but python-mssql use DB-library. Probably, there is some way to make python-mssql to use CT-library? I don't know yet. With python-sybase I have the same problems, except that I can make it with -D HAVE_FREETDS, receiving no errors. But "undefined symbol: cs_config" is still there. Did you solve you problem already? |