Robotframework 用の Selenium2Library のインポートに行き詰まりました。
Selenium2Library のインストールを検証しようとすると、Python シェルで次のエラーが表示されます
>>> import Selenium2Library
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import Selenium2Library
File "C:\Users\user\AppData\Local\Programs\Python\Python35-32\lib\site-packages\robotframework_selenium2library-1.7.4-py3.5-win32.egg\Selenium2Library\__init__.py", line 2, in <module>
from keywords import *
ImportError: No module named 'keywords'
>>>
以前に別のモジュールでこのエラーが発生し、easy_install (モジュール名) を使用して修正できましたが、キーワードに対してこれを行うと、この結果が得られます
Searching for keywords
Reading https://pypi.python.org/simple/keywords/
Couldn't find index page for 'keywords' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for keywords
error: Could not find suitable distribution for Requirement.parse('keywords')
私は実際にはプログラマーではなくテスターであるため、アドバイスをいただければ幸いです。ありがとう