install - python installing pywinauto on 64 bit -


i trying install pywinauto on 64 bit machine. have dealt issues assertion error , removed them win32structures file. when go import pywinauto error:

>>> import pywinauto traceback (most recent call last):   file "<stdin>", line 1, in <module>   file "c:\python27\lib\site-packages\pywinauto\__init__.py", line 28, in <module> import findwindows   file "c:\python27\lib\site-packages\pywinauto\findwindows.py", line 37, in <module> import controls   file "c:\python27\lib\site-packages\pywinauto\controls\__init__.py", line 25, in <module>     hwndwrapper import getdialogpropsfromhandle   file "c:\python27\lib\site-packages\pywinauto\controls\hwndwrapper.py", line 34, in    <module>     pywinauto import sendkeysctypes sendkeys importerror: cannot import name sendkeysctypes 

does know how solve problem?

it known pywinauto problem. use chain - python(32bit) + pywinauto on 64bit system.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -