Skip to content

Stacktrace with new iPython #107

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions