Python 3.1 and win32api dll not found error -
hello got clean python 3.1.3 install , went latest version of pywin32 module here http://sourceforge.net/projects/pywin32/files/pywin32/ when try to
import win32api
it gives me error
traceback (most recent call last): file "", line 1, in import win32api importerror: dll load failed: no se puede encontrar el módulo especificado.
in english last line "the specified module can't found". ideas how pywin32 run on 3.1.3? dll need?
edit: fixed see comments below
which of files did download , install? need install 1 of installers, , not source file (unless can build it).
this can find dll it's trying find: http://www.dependencywalker.com/
Comments
Post a Comment