IOError: Could not load font file: cmtt12

I have no idea how to fix this when attempting to distribute via packp3d. I know how to fix it within the Panda3D source code, but does anyone know how to fix the error when attempting to distribute with packp3d? The error occurs in the sources code, in file direct.Showbase.Loader.py, line 506. BTW I am attempting to load .ttf fonts within my program, whether that means anything toward the issue or not, I’m not sure. Thanks for your time.

Either add “-r models” to the packp3d command line, or (better yet) just copy cmtt12.egg.pz from the models directory to your own game directory, and maps/cmtt12.rgb into a “maps” subdirectory in your game dir.