我剛剛切換到在Mac OS X 10.6(Snow Leopard)上使用64位Python 2.6.1。 IPython不再適用於Django,但IPython可以從命令行運行。IPython在Django shell中無法正常工作
錯誤說:
shell = IPython.Shell.IPShell(argv=[])
AttributeError: 'module' object has no attribute 'Shell'
我可以使用./manage.py --plain
選項,但它不是一個真正的修復。任何幫助非常感激地收到!
你有什麼版本的IPython的? – 2010-01-21 13:30:33
另外,您可以在django中使用bpython,同時:http://uswaretech.com/blog/2009/12/using-bpython-shell-with-django-and-some-ipython-features-you-should-know/ – 2010-01-21 13:32:23
我有IPython 0.11.bzr.r1205。 bpython看起來很有趣,感謝提示 – Zemogle 2010-01-21 13:53:32