Comment 26 for bug 1444347

Revision history for this message
dmmmd (dmmmdfll) wrote :

I did an apt-get upgrade on a Raspberry Pi running

Linux raspberry 3.18.0-25-rpi2 #26-Ubuntu SMP PREEMPT Sun Jul 5 06:46:34 UTC 2015 armv7l armv7l armv7l GNU/Linux

Now when I try to use IPython as a shell_plus in Django ./manage.py shell_plus --ipython I get the following error:

File "/home/ubuntu/.virtualenvs/Affinity-Django-Robot/lib/python3.4/site-packages/IPython/lib/inputhook.py", line 202, in decorator
    self.guihooks[toolkitname] = inst
AttributeError: 'InputHookManager' object has no attribute 'guihooks'

/manage.py shell_plus --plain functions as expected

I tried upgrading IPython but I could not because ctypes were missing. (I am assuming Python 3.4 is broken).

Django seems to be working as expected otherwise.

objdump -T /usr/bin/python3.4 | grep _PyTraceback_Add

0002912c g DF .text 0000008a Base _PyTraceback_Add