Larry Bates wrote:
> 
> I downloaded and installed ActivePython on my Windows 98 machine.  The
> installation went fine and I can run the PythonShell just fine.  When I try to
> run PythonWin I get the following messages in a Window.

It seems that somehow the correct Python path was not registered. Do you
know how to use regedit? 

Go into regedit. Use the "Export Registry File" option. Choose "selected
branch". Select this branch:

HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.0\PythonPath

Please compare it to this one:
---
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.0\PythonPath]
@="C:\\Python20\\Lib\\Plat-Win\\;C:\\Programs\\Python20\\Lib\\;C:\\Programs\\Python20\\DLLs\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.0\PythonPath\PythonWin]
@="C:\\Python20\\Pythonwin\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.0\PythonPath\win32]
@="C:\\Python20\\win32\\;C:\\Programs\\Python20\\win32\\Lib\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.0\PythonPath\win32com]
@="C:\\Python20\\"
---

-- 
Vote for Your Favorite Python & Perl Programming  
Accomplishments in the first Active Awards! 
http://www.ActiveState.com/Awards
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to