Re: [cx-oracle-users] This must be something simple....
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2012-09-10 17:54:18
|
On 9/10/12 8:05 AM, Dwayne King wrote: > I will be extremely grateful if someone can point what I'm missing. I don't have any specific suggestions, but I've always found strace to be helpful in diagnosing library problems. echo import cx_Oracle >foo.py strace python foo.py You can look in the output for the files you installed and see if they're being found, or if there's any other oddness in loading them. HTH! |