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.

I read all the FAQs and documentation, but I just don't see what went wrong.
BTW - The documentation says that you should set the PYTHONPATH
environment variable for Windows 9X, but it doesn't offer any info as to 
where it should point.  I've tried C:\PYTHON20, C:\PYTHON20\PYTHONWIN,
C:\PYTHONWIN\WIN32.

Thanks in advance for any help.

-Larry


  File "<string>", line 1, in ?
  File "c:\python20\pythonwin\pywin\framework\startup.py", line 49, in ?
    exec "import %s\n" % moduleName
  File "<string>", line 1, in ?
  File "c:\python20\pythonwin\pywin\framework\intpyapp.py", line 3, in ?
    import win32con
exceptions.ImportError: No module named win32con

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to