What am I doing wrong?

I figured it out. It wasn’t a scripting error at all. I’m using conv3ds to convert from .3ds format to .x format, and it does convert them, but to binary .x format instead of a text format. And Panda3d says something about not being able to read binary .x format. All I had to do was make conv3ds convert it to a text format instead. But thanks for the help anyway.