I'm using pyhton 3.5.2 and gonna run VPython on my windows machine.
I'd just installed VPython by pip, correctly.
But as I want to run the test script, as following:
from vpython import *
box()
An error will be raised:
get_ipython().kernel.comm_manager.register_target('glow', GlowWidget) AttributeError: 'NoneType' object has no attribute 'kernel'
Does anybody have any idea about this issue?
Potential unanswered duplicate: here
After I removed all versions and installed version 3.5 again, an error has been appeared, not to find any usable init.tcl. Furthermore, the idle editor will not be started up!
Pythonon your machine?