>>>>> "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 look significant (there are some insignificant
BK> differences; for example python vs. Python).  In particular, the
BK> PythonCore keys you refer to below are identical between the machines,
BK> with the exception of the difference of the case of the first letter.
BK> Since this isn't a Unix machine, case is presumably insignificant
BK> (besides, the case in the registry matches the case in the file system
BK> for each machine).  Not only that, but the PythonCore keys are under
BK> HKEY_LOCAL_MACHINE, so they couldn't account for differences on the same
BK> machine between two different user accounts.

Sorry -- I'd missed that these were accounts _on the same machine_, I
was assuming different machines.

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.

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?  

If you don't learn anything that way, put it back, and change the
python path on the working account.  What happens now?

As user 1, do a system-wide search on the name of the module that's
failing to load.  Is another one sitting around that user 1 can see,
but user 2 can't see?

I'm not familiar with Win2k user/group permissions, but on Unix, I'd
check whether the module is readable only by user, not user & group.

-- 
Patricia J. Hawkins
Hawkins Internet Applications, LLC



_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to