1
我在Cent OS上使用python3,嘗試運行通過「屏幕」連接到Oracle數據庫的腳本。屏幕窗口中的Python腳本,cx_oracle錯誤
從screen
窗口,當我運行python3 [filename].py
命令,我得到下面的錯誤。
Traceback (most recent call last):
File "[filename].py", line 6, in <module>
from login_credentials import *
File "/home/[user]/[folder]/login_credentials.py", line 7, in <module>
import cx_Oracle
ImportError: libclntsh.so.12.1: cannot open shared object file: No such file or directory
如果我從普通終端運行相同的命令,在屏幕之外,它工作正常。
我想也許問這個[su]或[sf]是個好主意,因爲我認爲這個問題是關於[tag:screen],而不是關於代碼。 –