Okay, what is it, and why does it occur on Win2003 server, but not on WinXP.
It doesn\'t seem to affect my application at all, but I get this error message when I cl
After adding the Logging above, I was able to see that the problem was caused by missing TConstants class, which I was excluding in the py2exe setup.py file.
After removing the "Tconstants" from the excluded list, I no longer had problems.