How to make exe of my panda game with py2exe?

That’s probably the reason. Panda3D comes with its own copy of python. You don’t need a separate python installed, and sometimes stuff can get confused over which version to choose. If it chooses the separate python, that means it won’t be able to find panda’s modules without extra effort.