1
ericFork 2013-01-28 01:43:03 +08:00
用了很久了,爱恨参半……
提示功能很逆天,但是在 VPS 上卡到不行…… ipython 还支持像 ls 之类的 shell 原生命令…… 不过对于调试代码很方便…… |
2
ThunderEX 2013-01-28 09:05:22 +08:00
Windows上装好了说是:
Traceback (most recent call last): File "C:\Python27\Scripts\bpython-script.py", line 9, in <module> load_entry_point('bpython==0.12', 'console_scripts', 'bpython')() File "C:\Python27\lib\site-packages\distribute-0.6.34-py2.7.egg\pkg_resources. py", line 343, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python27\lib\site-packages\distribute-0.6.34-py2.7.egg\pkg_resources. py", line 2307, in load_entry_point return ep.load() File "C:\Python27\lib\site-packages\distribute-0.6.34-py2.7.egg\pkg_resources. py", line 2013, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "C:\Python27\lib\site-packages\bpython-0.12-py2.7.egg\bpython\cli.py", li ne 47, in <module> import curses File "C:\Python27\lib\curses\__init__.py", line 15, in <module> from _curses import * ImportError: No module named _curses |
3
wontoncc 2013-01-28 09:34:24 +08:00 via Android 1
@ThunderEX _curses 模块缺失。我记得是 Windows 下的 Python 是没有这个模块的。
|
4
timonwong 2013-01-28 09:43:57 +08:00 1
|
5
yegle 2013-01-28 12:13:57 +08:00
回帖感谢,心都化了…太好用了…
|
6
luztak 2013-01-28 12:16:15 +08:00
CLI?
名字看着像jython之类的 囧 |
7
sobigfish 2013-01-28 12:21:51 +08:00
MIT License 哇,谁来弄个sublime port啊
|
10
whtsky 2013-01-28 13:21:27 +08:00 1
|
11
BigZ 2013-01-29 00:05:27 +08:00
不实用,打开python.chm也不是特别费劲的事情
|