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 standard system modules couldn't be found.

I've been staring at registry entries for a couple of days, comparing
those on a machine which doesn't exhibit this strange behavior with the
machine which has the problem.  I have not been able to find any
differences which look significant (there are some insignificant
differences; for example python vs. Python).  In particular, the
PythonCore keys you refer to below are identical between the machines,
with the exception of the difference of the case of the first letter.
Since this isn't a Unix machine, case is presumably insignificant
(besides, the case in the registry matches the case in the file system
for each machine).  Not only that, but the PythonCore keys are under
HKEY_LOCAL_MACHINE, so they couldn't account for differences on the same
machine between two different user accounts.

>
> I had previously installed Python2.1, and didn't uninstall it.  To
> fix the problem, I simply exported the Python2.1 registry branch --
> on 98 and on my installation, that's
>
> [HKEY_LOCAL_MACHINE\Software\Python\PythonCore\2.1]
>
> and modified it for 2.2 paths and names, with the assumption that
> the paths were the same from 2.1 to 2.2, and imported it again --
> you can probably just export that branch from the working machine,
> check that the paths make sense on the non-working machine, and
> import there.
>
> I meant to write this up sooner, but got distracted.

Thanks for the tip anyway.  I'll keep searching.

-- 
Bob Kline
mailto:[EMAIL PROTECTED]
http://www.rksystems.com


_______________________________________________
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