Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoItLibrary in 64 bit Windows 7 with 64 bit python and win32com #29

Open
GoogleCodeExporter opened this issue Apr 27, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Trying to import AutoItLibrary shows stack trace:
 Initializing test library 'AutoItLibrary'
 with no arguments failed: com_error: (-2147221164, 'Class not registered', None, None)

What steps will reproduce the problem?
1. Win 7 64 bit, Python 2.7 64 bit, pywin32 64 bit for 2.7 python
2. Try executing the tests in AutoItLibrary

What is the expected output? What do you see instead?
I expect it to work or give me an error that a "normal" user could use to solve 
the issue.

So what works:
Install 32 bit python and 32 bit version of pywin32
-- but the error message doesn't really tell this so I suggest that 
AutoItLibrary at least checks that it is running in a platform that it supports 
and instructs the user to do what is needed to get things working.

Original issue reported on code.google.com by mikko.ko...@gmail.com on 28 Jan 2014 at 9:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant