-

Any progress with that? I’m trying to build an .exe with Panda 1.1.0, Python 2.4, and the latest py2exe, without much luck.

I’ve created a setup.py file explicitly listing all the panda modules, and I’m getting the following error when I try to run the .exe:

It appears that it doesn’t like the line:

Of course, it’s only getting there because it’s not finding the direct module files. I’ve been over this thread trying to figure out how to get it to work without much luck. I tried moving the direct modules from direct/src directory to direct and modified the init file, which got me a different error: