我想在 Eclipse/PyDev 中使用 IPython 解释器。然而,PyDev 无法识别我的 IPython 安装。
我得到的结果如下:
>>> import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
PyDev console: using default backend (IPython not available).
D:\QuantumGIS\apps\Python25\python.exe 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
>>> import IPython
>>>
“import IPython”命令确实有效。我在用着
- 视窗 XP 32 位
- 日食 3.7.2
- PyDev 2.4.0
- IPython 0.10.2
- Python 2.5(随 QGIS 1.7.3 提供的版本)
我应该如何设置 PyDev 以便可以使用 IPython 作为交互式解释器?