Level Editor Problem

I’m trying to load up Disney’s Toontown Online Level Editor for a project I’m making and I keep getting this error:

Encoding set to UTF8
DirectStart: Starting the game.
Known pipe types:
  wglGraphicsPipe
(all display modules loaded.)
Traceback (most recent call last):
  File "LevelEditorStart.py", line 2, in <module>
    import LevelEditor
  File "C:\Panda3D-1.7.2\LevelEditor.py", line 34, in <module>
    from otp.avatar import LocalAvatar
ImportError: No module named otp.avatar
>>> 

How would I fix this?

Thanks,
Th3Killsw1tch

It’s not possible to run the Toontown editor since it relies on modules that are not open-sourced.

There is however a newer level editor in the direct tree of 1.8.0 that you can use.

How do you run the level editor? Is there a specific file for command prompt or open and run in wingide?