Can't get pywin32-219 to work with python 3.5 -
it seems install without error using exe (in case pywin32-219.win-amd64-py3.5.exe) when run python interpreter , try "import win32api" following error:
traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: dll load failed: specified module not found.
if download zip file , try run "setup3.py install" following output:
converting... executing... building pywin32 3.5.219.0 traceback (most recent call last): file "setup3.py", line 16, in <module> exec(str(got)) file "<string>", line 1929, in <module> file "<string>", line 587, in __init__ file "c:\python35\lib\ntpath.py", line 113, in join genericpath._check_arg_types('join', path, *paths) file "c:\python35\lib\genericpath.py", line 143, in _check_arg_types (funcname, s.__class__.__name__)) none typeerror: join() argument must str or bytes, not 'nonetype'
i've tried couple of things cant work.
has gotten pywin32 install , work correctly python 3.5?
you need run pywin installer elevated permissions writes system32 folder. if didn't run elevated permissions, open admin cmd prompt , run postinstall script in pywin install directory.
Comments
Post a Comment