Search code examples
pythonautoitrobotframework

Installing AutoIt for Robot framework


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?


Solution

  • 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