我在我的中配置了Oracle11g,它的工作非常正常。现在,我的问题是,当我尝试在python中使用python时,它会给libclntsh.so.12.1带来导入错误。>>> import cx_Oracle File "<stdin>", line 1, in <module>
ImportError: libclntsh.so.12.1: can
imp.find_module('paste')“总是给出"ImportError:没有名为paste的模块”。Python 2.7.6 (default, Jun 22 2015, 17:58:13) Type "help", "copyright", "credits" or "license" for more information.
>>> import imp</em