Panda3D does not seem to render

https://drive.google.com/open?id=0B7OgrObnD_8uMlhyaFkta3lVZVU
the link provided is what happens when I try to load a model. Please help. I have gone through so many pages but i found nothing. Please help me. I am desperate. It is like the model does not load properly.

It may be the case that some textures are not present. To be sure, empty your model-cache (I think this might be in C:\Users\You\AppData\Local\Panda3D\cache or something like that) and try opening it again and see if there are errors with finding textures.

Furthermore, the error messages indicate that the model references bins that do not exist. You can create these bins using the cull-bin variable in a Config.prc file (the specific settings may of course depend on the requirements of the model). Failure to do so may cause issues with render order.