- 论坛徽章:
- 0
|
现在问题我先描述下:
使用A帐号登陆,执行python,出现:
Python 2.7.2 (default, Mar 6 2012, 10:22:17)
[GCC 4.1.2 20070115 (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/etc/pythonstart", line 7, in <module>
import readline
ImportError: No module named readline
然后运行 import cx_Oracle 也报错:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cx_Oracle
切换到root帐号,第一个错误依旧。
但是第二个错误不会出现,连接oracle也没问题。
cx_Oracle 是在root帐号下源码安装的。
是不是还要修改什么地方才可以,求助!!! |
|