win32api install problem
Tim Golden
mail at timgolden.me.uk
Mon Jul 20 09:57:56 EDT 2009
Gerry wrote:
> I'm running Python 2.6 under XP.
>
> I've installed Windows 32 extensions for Python 2.6 version 1.4
> (pywin32-214.win32-py2.6.exe).
>
> But If I try to import win32api, I get:
>
> File "C:\python_projects\euler\driveletters.py", line 1, in <module>
> import win32api
> ImportError: DLL load failed: The specified module could not be found.
Used to be you'd get this error if you installed as a
non-admin user. Don't know if that's still an issue.
Possibility?
TJG
More information about the Python-list
mailing list