[python-sybase] Python Module and Sybase

Sébastien Sablé sable at users.sourceforge.net
Wed May 30 18:35:38 EST 2007


Hi Bobby,

Bobby Pejman a écrit :
> I have also added "include /usr/local/freetds/lib" to "/etc/ld.so.conf" 
> and running "ldconfig" AND
> LD_LIBRARY_PATH=/usr/local/lib python -ic "import Sybase" but still no 
> luck. 

Have you tried this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/freetds/lib python -ic 
"import Sybase"
?

Also you can run python with the -v option to see which files it tries 
to load.

regards

--
Sébastien Sablé


More information about the Python-sybase mailing list