Reputation: 33
I am trying to install the AutoIt library for Robot Framework, I've tried using the pip command command pip install robotframework-autoitlibrary
but that didn't work. I then downloaded the AutoIt library and installed it but I can't open it.
Why can't I use the library?
Upvotes: 1
Views: 15943
Reputation: 1
I had the same issue but resolved by following the below steps.
robotframework==3.1.2
robotframework-autoitlibrary==1.2.5
robotframework-seleniumlibrary==4.3.0
robotframework-ride==1.7.4.1
selenium 3.141.0
Upvotes: 0
Reputation: 13
I had some troubles installing the lastest version 1.2.2 which supports python 3 on windows and it was due to blank spaces in the path as Program Files : https://code.google.com/archive/p/robotframework-autoitlibrary/issues/30 I hope it helps somebody, the fix is basically quotes around the path
Upvotes: -1
Reputation: 1
Step1. Please make sure you have installed autoit-v3-setup.exe,
pywin32-220.win-amd64-py2.7.exe.
Step2. You have to run "python setup.py install" in a Administrator cmd
while installing AutoItLibrary-1.1.
Step.3 If you meet any porblem, please add the error message, that will be very useful.
Hope this will help you.
Upvotes: 0
Reputation: 1037
There are two reasons that your install may not be working correctly:
1. You haven't installed ActivePython, which I don't think you have.
2. You need the 32bit version of Python installed or AutoIt won't actually work.
If these fixes don't work, comment and I will try to help further
Upvotes: 3