google-code-export / crunchyfrog

Automatically exported from code.google.com/p/crunchyfrog
0 stars 0 forks source link

Stacktrace with new iPython #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run crunchyfrog on Ubuntu 12.04 with iPython 0.12.1

Traceback (most recent call last):
  File "/home/mjs7231/Sources/crunchyfrog/cf/plugins/core.py", line 190, in on_instance_created
    self.init_instance_mixins(plugin, instance)
  File "/home/mjs7231/Sources/crunchyfrog/cf/plugins/core.py", line 379, in init_instance_mixins
    plugin.init_instance(instance)
  File "/home/mjs7231/Sources/crunchyfrog/cf/shell/__init__.py", line 56, in init_instance
    view = CFShellView(self.app, instance)
  File "/home/mjs7231/Sources/crunchyfrog/cf/shell/__init__.py", line 82, in __init__
    self.iview = IPythonView()
  File "/home/mjs7231/Sources/crunchyfrog/cf/shell/ipython_view.py", line 253, in __init__
    input_func=self.raw_input)
  File "/home/mjs7231/Sources/crunchyfrog/cf/shell/ipython_view.py", line 46, in __init__
    IPython.iplib.raw_input_original = input_func
AttributeError: 'module' object has no attribute 'iplib'

Original issue reported on code.google.com by mjs7...@gmail.com on 3 Jun 2012 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 3 Jun 2012 at 9:06