Potential problem w/sceneEditor.py w\Panda1.1.0

I tried to open up sceneeditor.py and got this error message(from Idle).
Traceback (most recent call last):
File “C:\Panda3D\SceneEditor\sceneEditor.py”, line 16, in -toplevel-
from seMopathRecorder import *
File “C:\Panda3D\SceneEditor\seMopathRecorder.py”, line 22, in -toplevel-
from seSelection import *
File “C:\Panda3D\SceneEditor\seSelection.py”, line 18, in -toplevel-
from quad import *
File “C:\Panda3D\SceneEditor\quad.py”, line 13, in -toplevel-
from pandac.MouseWatcher import *
ImportError: No module named MouseWatcher

I couldn’t find MouseWatcher myself!
Hope this helps!
John

There is an other thread for this
https://discourse.panda3d.org/viewtopic.php?t=902
There are solutions for the problems