CMTaylor / robotframework-autoitlibrary

This library is now abandoned. For Windows GUI testing with RF please consider: https://github.com/Omenia/robotframework-whitelibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoItLibrary Won't Install on Vista

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Install Python 2.5 using Windows installer (only because Robot Windows 
installer expects this for some reason)
2.Install Python 2.6 using Windows installer
3. Run 'easy_install pil' for Python 2.6
4. Install Robot Framework using Windows installer
5. Run 'python setup.py install' from C:/temp/AutoItLibrary-1.0 (unzipped)

What is the expected output? What do you see instead?
Please see attached file for full error message.

What version of the product are you using? On what operating system?
1.0 on Vista

Please provide any additional information below.


Original issue reported on code.google.com by aaron.k...@gmail.com on 22 Jan 2010 at 9:03

Attachments:

I don't plan any AutoItLibrary support for Windows Vista since Microsoft has 
moved on
from that version.  I do hope that the next release will support both Windows 7 
and
Python 2.6.

Original comment by c.martin...@gmail.com on 5 Mar 2010 at 2:50

  • Changed state: WontFix
Actually, I was able to get it to install on Vista by running the command 
window as
administrator before doing Step 5 outlined in the original post.  This allows 
it to
register the AutoItX3.dll successfully. You may want to make a note of that in 
your
installation documentation.

Cheers,
Aaron

Original comment by aaron.k...@gmail.com on 7 Mar 2010 at 7:22

Thanks for the suggestion.  I'll update the documentation in the next release.

Original comment by c.martin...@gmail.com on 7 Mar 2010 at 7:25

  • Changed state: Accepted
Wiki instructions for prerequisites updated as part of AutoItLibrary 1.1 
release.

Original comment by c.martin...@gmail.com on 23 Apr 2010 at 7:55

  • Changed state: Fixed

Original comment by c.martin...@gmail.com on 23 Apr 2010 at 7:59

Original comment by c.martin...@gmail.com on 23 Apr 2010 at 8:07

  • Added labels: Milestone-Release1.1
Thanks much. I too faced with the same issue, I tried install in windows as 
admin user, but still had to elevate the permission for cmd prompt, able to 
install now.

Original comment by srikanth...@gmail.com on 11 Jul 2012 at 10:40