Making an exe redist package

Now I just have to figure out how to add an external module to packp3d.

I would like to include the pyo digital signal processing module: code.google.com/p/pyo/
in my .p3d file.

PackP3D does locate Pygame using the -r command like this: packp3d -o mygameApp.p3d -d c:\panda3d-1.7.2\mygameAppFolder -r pygame -r pyo

But when I try to include pyo using the -r command I get: Unknown package pyo, version “”

Thanks again,
Tony