Opened 10 years ago
Last modified 10 years ago
#8 closed defect
error at running ipython — at Initial Version
| Reported by: | zhangjr | Owned by: | yanll |
|---|---|---|---|
| Priority: | critical | Milestone: | pre-alpha |
| Component: | viewer | Version: | 0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qbase_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qjupyter_widget.py", line 182, in _handle_execute_reply
super(JupyterWidget?, self)._handle_execute_reply(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qfrontend_widget.py", line 496, in _handle_execute_reply
super(FrontendWidget?, self)._handle_execute_reply(msg)
AttributeError?: 'super' object has no attribute '_handle_execute_reply'
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qbase_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qjupyter_widget.py", line 182, in _handle_execute_reply
super(JupyterWidget?, self)._handle_execute_reply(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qfrontend_widget.py", line 496, in _handle_execute_reply
super(FrontendWidget?, self)._handle_execute_reply(msg)
AttributeError?: 'super' object has no attribute '_handle_execute_reply'
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qbase_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qjupyter_widget.py", line 182, in _handle_execute_reply
super(JupyterWidget?, self)._handle_execute_reply(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qfrontend_widget.py", line 496, in _handle_execute_reply
super(FrontendWidget?, self)._handle_execute_reply(msg)
AttributeError?: 'super' object has no attribute '_handle_execute_reply'
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qbase_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qjupyter_widget.py", line 182, in _handle_execute_reply
super(JupyterWidget?, self)._handle_execute_reply(msg)
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qfrontend_widget.py", line 496, in _handle_execute_reply
super(FrontendWidget?, self)._handle_execute_reply(msg)
AttributeError?: 'super' object has no attribute '_handle_execute_repl
