Onscreen IDE & dynamic instant update [_v0.5.4_]

It clearly failed in importing InteractiveInterpreter :

from code import InteractiveInterpreter

Module code here is \Python26\lib\code.pyc, so python tried to import InteractiveInterpreter from your own code.py module, which doesn’t exist.