Re: pythoncom not loaded

2002-06-14 Thread Patricia J. Hawkins
> "BK" == Bob Kline <[EMAIL PROTECTED]> writes: BK> Hey, you're good at this! As a friend of mine would say, it's scar tissue. BK> It wasn't long before they BK> realized that this was a mistake and backed it out of the login script, BK> but it was too late -- the damage had already b

RE: pythoncom not loaded (and Depends)

2002-06-14 Thread Clift Norris
Title: RE: pythoncom not loaded Peter is right! DependencyWalker is really wonderful. You can also get it from: http://dependencywalker.com   -Clift   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, June 14, 2002 8:33 AMTo: [EMAIL PROTECTED

RE: pythoncom not loaded

2002-06-14 Thread Peter . Frey
Title: RE: pythoncom not loaded Hi, just a tip from my experience with troubleshooting DLL problems under Windows: there is a utility called "Dependency Walker" that helps both to show the module dependencies (and missing modules) and allows (in more recent versions) even to p

RE: pythoncom not loaded

2002-06-14 Thread Clift Norris
which it is called. This of course doesn't help you now, but at least it might help clarify the "module not found" message. -Clift > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bob > Kline > Sent: Friday, June 14, 20

Re: pythoncom not loaded

2002-06-14 Thread Bob Kline
On 13 Jun 2002, Patricia J. Hawkins wrote: > > "BK" == Bob Kline <[EMAIL PROTECTED]> writes: > > BK> No, I get the message "No module named pythoncom" when I do that. The > BK> original problem has "The specified module could not be found." (This > BK> was raised by an attempt to invoke pyt

Re: pythoncom not loaded

2002-06-13 Thread Patricia J. Hawkins
> "BK" == Bob Kline <[EMAIL PROTECTED]> writes: >> If you can't fix it, make it worse, and see what you learn... I'd >> try to break the working account by renaming the module that's >> failing to load. Do you get the same error message in the currently >> working account? BK> No, I get the

Re: pythoncom not loaded

2002-06-13 Thread Bob Kline
On 13 Jun 2002, Patricia J. Hawkins wrote: > Hmmm. Rather than stare at the python paths myself, I'd make my > editor do the comparison -- I can miss a typo, my editor won't. Sure. I was speaking mostly figuratively. I've been primarily using scripts and other tools to analyze the differences

Re: pythoncom not loaded

2002-06-13 Thread Patricia J. Hawkins
> "BK" == Bob Kline <[EMAIL PROTECTED]> writes: BK> I've been staring at registry entries for a couple of days, comparing BK> those on a machine which doesn't exhibit this strange behavior with the BK> machine which has the problem. I have not been able to find any BK> differences which

Re: pythoncom not loaded

2002-06-13 Thread Bob Kline
On 13 Jun 2002, Patricia J. Hawkins wrote: > BK> What can be happening? > > Compare your windows registries; mine didn't get updated properly on > install, and I had to do it by hand. I'm on Windows 98; as I > recall, the error messages weren't identical to yours, but the gist > was that standar

Re: pythoncom not loaded

2002-06-13 Thread Patricia J. Hawkins
> "BK" == Bob Kline <[EMAIL PROTECTED]> writes: BK> Here's what a colleague gets running the same commands from his account: BK> CDRDEV:D:\bkline>python BK> ActivePython 2.2.1 Build 222 (ActiveState Corp.) based on BK> Python 2.2.1 (#34, Apr 15 2002, 09:51:39) [MSC 32 bit (Intel)] on win