- Relative imports only work within modules, not in scripts (as LevelEditorStart is expected to be called directly, not imported).
@@ -1,4 +1,4 @@
-from . import LevelEditor
+from direct.leveleditor import LevelEditor
if __name__ == '__main__':
base.le = LevelEditor.LevelEditor()