I’m trying to run the Panda3d level editor, but I get an error and it won’t start.
C:\Panda3D-1.8.1>python\python.exe "C:\Panda3D-1.8.1\direct\leveleditor\LevelEdi
tor.py"
Traceback (most recent call last):
File "C:\Panda3D-1.8.1\direct\leveleditor\LevelEditor.py", line 8, in <module>
from LevelEditorUI import *
File "C:\Panda3D-1.8.1\direct\leveleditor\LevelEditorUI.py", line 1, in <modul
e>
from LevelEditorUIBase import *
File "C:\Panda3D-1.8.1\direct\leveleditor\LevelEditorUIBase.py", line 6, in <m
odule>
from direct.wxwidgets.WxPandaShell import *
File "C:\Panda3D-1.8.1\direct\wxwidgets\WxPandaShell.py", line 1, in <module>
import wx
ImportError: No module named wx
There’s my prompt and my error. What am I doing wrong? Thanks.