Completely Standalone Executables

Is there a way to produce standalone executables from .p3d file?

I’m looking for a way to produce an executable that does NOT have an installer and does NOT require an Internet connection.

Is this possible?

Yes. Use pdeploy with the “installer” command and the -s option.
panda3d.org/manual/index.ph … _installer

He doesn’t want an installer.

The simplest way would be to use the “installer” option, install it, and then copy the files from the Program Files directory. That would include the .exe and everything else you need to run it.

Or you can distribute it like any other Python program.
[Alternative way to distribute Panda3d applications, tutorial)

That’s not as easily possible if you have a .p3d file.