mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

Unable to install pywinauto with python 3.3 #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded and tried to install using command python setup.py install
2. first error was except syntax error, solved it and tried to install
3. Got Import error: No module named 'findwindows'

What is the expected output? What do you see instead?
Got Import error: No module named 'findwindows'

What version of the product are you using? On what operating system?
python 3.3, pywinauto version 0.4.2, Win 7 operating system

Please provide any additional information below.

Original issue reported on code.google.com by mallikha...@gmail.com on 24 Dec 2014 at 9:11

GoogleCodeExporter commented 9 years ago
This clone can be installed on Python 3.4 (and probably on Python 3.3):
https://github.com/vasily-v-ryabov/pywinauto-64

Original comment by vasily.v...@gmail.com on 26 Mar 2015 at 10:45