Change in MakePy behavior

2007-09-28 Thread Bob Kline
We're building a new production server for one of our systems, and thought it would be a good time to bump up that system from Python 2.4 to 2.5. Problem is, the web server, running under the machine's system account, can't see the registered COM libraries we've hooked in with the MakePy tool.

Re: Change in MakePy behavior

2007-09-28 Thread Bob Kline
Trent Mick wrote: >> 1. Why the change? >> > > This was a change in core PyWin32. I don't want to put words in the > mouths of the PyWin32 developers, but I suspect the change was to (a) > avoid putting temp info in the install area Hmm. I'm all for having them avoid dropping temporary dr

Re: Change in MakePy behavior

2007-09-28 Thread Trent Mick
>> I'd also ask on [EMAIL PROTECTED] to verify the reasoning for >> the change. Now that I think about it, the change could also be that >> ActivePython's installer just now doesn't create that dir. It is >> possible that that was an unintended subtle change. >> > > Seems like the most like

Re: Change in MakePy behavior

2007-09-28 Thread Trent Mick
Bob Kline wrote: > We're building a new production server for one of our systems, and > thought it would be a good time to bump up that system from Python 2.4 > to 2.5. Problem is, the web server, running under the machine's system > account, can't see the registered COM libraries we've hooked