On 18/12/2009 7:44 AM, Ross Ridge wrote:
The "P" DLL is for C++ and so the original poster may not actually need it. I'm pretty sure Python itself doesn't need it, and py2exe shouldn't either, but wxPython, or more precisely wxWidgets, almost certainly does. So in your case you'll probably need to redistribute both DLLs.
FYI, my experience is that an entire manifest must be distributed. As the manifest in question actually lists 3 DLLs, IIUC, you must ship all 4 files - the 3 DLLs and the manifest, even if only one of the DLLs is actually used.
This is from memory some time back though, so apologies in advance if I'm mis-remembering.
Mark -- http://mail.python.org/mailman/listinfo/python-list