Compiling panda3d-2007.12.11 source with pywin32

Awesome, no recompilation required.

What I wanted is to be able to packpanda with win32 and PIL functionality. This is how I did it.

Steps on how to get it to work.

  1. Install the win32 and PIL packages to your panda python directory.
  2. locate msvcr71.dll in your system32 folder and copy it into your panda python directory.
  3. locate pythoncom25.dll, and pywintypes25.dll, can’t remember where from… do a search. Copy those into the bin directory of panda.

That’s it when you packpanda your game will now have the functionality of the win32 tools and PIL.

Hope this helps anybody.

Robert.