Newbie Question about Python win 32 -200

RASTM2 rastm2 at aol.com
Tue Apr 13 10:54:27 EDT 2004


>and when pywin ide loads it hangs with this traceback
>
>"""Python Traceback when executing Initinstance handler"""
>  File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\intpyapp.py",
>line 163, in InitInstance
>    import interact
>  File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\interact.py",
>line 26, in ?
>    import winout
>  File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\winout.py",
>line 26, in ?
>    from pywintypes import UnicodeType
>  File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 55, in ?
>    __import_pywin32_system_module__("pywintypes", globals())
>  File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 48, in
>__import_pywin32_system_module__
>    raise ImportError, "Can not locate " + filename
>exceptions.ImportError: Can not locate pywintypes23.dll 

pywintypes23.dll was not located because I did not have "c:\windows\system" on
the os path.

Problem solved by the language you can read yourself.

Thanks loads,
Ray St. Marie
Rastm2 at aol.com

(YGLALTLYUTH)
You Gotta Love A Language That Lets You Under The Hood.





More information about the Python-list mailing list