Untextured models

I used blender to create a small world and put textures to each model then export the world to egg format using chicken software and also I used pview to render the world I made after exporting was complete and the model was textured
but when I loaded it in panda3d it wasn’t textured
and here the pic:
after exporting the world to egg and use pview…It was textured:

after using this model in panda3d by writing loader.loadModel…It’s not textured!!:

What is the wrong thing did I do??

I think its the texture paths.
Open the egg file in text editor. Or the top portion of it only. It has texture paths and stuff. I bet they are either full paths with C:\blabla\lbal\bla or wrong relative paths.

The problem was that the texture path wasn’t specified correctly so I just adjusted it and then reexport it again and this works.
Thank you for this note