minidom in p3D

Hi,

I try to make a .p3D. When it is made, and I launch it through panda3D test.p3D, I got an error:

    import xml.dom.minidom
ImportError: No module named dom.minidom

How can I put dom into my p3d?
[/code]

Have you tried -r morepy on the packp3d command-line?

I didn’t know about this option.
It works!

Thank you