Re: Python Module and Sybase
Sébastien Sablé <[email protected]> Wed, 30 May 2007 10:35:38 +0200
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <[email protected]> |
Hi Bobby, Bobby Pejman a =E9crit : > I have also added "include /usr/local/freetds/lib" to "/etc/ld.so.conf"= =20 > and running "ldconfig" AND > LD_LIBRARY_PATH=3D/usr/local/lib python -ic "import Sybase" but still n= o=20 > luck.=20 Have you tried this: LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/usr/local/freetds/lib python -ic=20 "import Sybase" ? Also you can run python with the -v option to see which files it tries=20 to load. regards -- S=E9bastien Sabl=E9