Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
569 views
in Technique[技术] by (71.8m points)

pywin32 - import win32api error in Python 2.6

When running python26 under windows OS (64bits)..... I have got errors like:

import win32api" error in Python 2.6: pywintypes26.dll

or

pythoncom26.dll missing
ImportError: DLL load failed: The specified module could not be found.

I have done the msi installation for python26 all dlls can be found under C:Python26Libsite-packagespywin32_system32

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

After I copy pywintypes26.dll and pythoncom26.dll from C:Python26Libsite-packagespywin32_system32 to C:Python26Libsite-packageswin32 -> Solve the problem!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...