ipythonのpython2.6対応マダー?

Python2.6でipythonを無理矢理使ってる気がする - a2c.get.diary

  1. virtual-python.pyでホームのした(~/local/python)に環境を作る
  2. ipythonのソース落してきて、python setup.py installする
  3. ~/local/python/bin/ipython.py にファイルをコピーする
  4. 起動用にalias を作った。> alias ipy='ipython.py -cl'

こんな感じでとりあえづだけど使えるようになった。エラーが出てるけど・・

Nabble - IPython - User - ipython and python 2.6, 3.0

> I was wondering if, or when, ipython will work with python 2.6 or 3.0. Is
> v3.0 going to take a long time (~years) for the python world to move to?



2.6 shouldn't be too bad. We will probably begin the 2.6 transition
until after 2.6 is out. At that point, I imagine it might take a
month or so - partially because IPython has dependencies that will
also have to make the transition.



3.0 is another story. Short answer: we haven't thought about it yet.
Long answer - because we do have dependencies, we might be somewhat
slow on this front, simply because we have to wait for these other
projects to move to 3.0 first. But, because so many people use
IPython, we do want to make the transition as fast as possible.