English 中文(简体)
y Shell Shell binding
原标题:pycassaShell keybindings arrows don t work ^[[A
  • 时间:2012-05-19 16:16:17
  •  标签:
  • pycassa

When in pycassaShell, If I press arrow keys to move the cursor, I see ^[[A to ^[[D characters appended, it doesn t happen with normal python console interpreter

nb:

Python 2.6.5, / Ubuntu 10.04 pycassa installed just now using http://pycassa.github.com/pycassa/installation.html and running first http://python-distribute.org/distribute_setup.py, without it, it complained

I have this warning when running pucassaShell:
[I]: IPython not found, falling back to default interpreter.

最佳回答
问题回答

暂无回答




相关问题
batch_mutate for counters

Is it possible to use batch_mutate for counters in php? From what I ve seen, it should be possible to increment counters in general, but I can t seem to find any working examples in any language. ...

Time UUID type in pycassa

I m having problems with using the time_uuid type as a key in my columnfamily. I want to store my records, and have them ordered by when they were inserted, and then I figured that the time_uuid is a ...

Cassandra buffered read of millions of columns

I ve got a cassandra cluster with a small number of rows (< 100). Each row has about 2 million columns. I need to get a full row (all 2 million columns), but things start failing all over the place ...

Cassandra multiget performance

I ve got a cassandra cluster with a fairly small number of rows (2 million or so, which I would hope is "small" for cassandra). Each row is keyed on a unique UUID, and each row has about 200 columns (...

Generate UUID for Cassandra in Python

Heh, I m using cf.insert(uuid.uuid1().bytes_le, { column1 : val1 }) (pycassa) to create a TimeUUID for Cassandra, but getting the error InvalidRequestException: InvalidRequestException(why=...

热门标签