EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

traceback trying to send input #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/src/hotwire-shell/hotwire_ui/odisp.py", line 331, in __on_object_input
    self.__inputqueue.put(obj)
AttributeError: 'NoneType' object has no attribute 'put'

Somehow we got the wrong type for the pipeline?

Original issue reported on code.google.com by cgwalt...@gmail.com on 3 Feb 2008 at 4:20