Rammbock issues on RobotFramework Windows version.
- RF version 3.1.1
- Ride version 1.7.3.1
- Rammbock version py3-0.4.0.2 Ride can not load the Rammbock library because of relative import issues. The issue is fixed after changing Rammbock to rammbock (lower case) everywhere, installation folder also.
python setup.py
Traceback (most recent call last):
File "setup.py", line 6, in
getting this error while installing rammbock library after installing ride framework
I am also getting the same error. I am installing the Rammbock library. I have the robot framework installed which is mentioned as the pre condition for installing the Rammbock. I am having Python37 on my machine. The Rammbock works fine with Python27 but when I changed to Pyrhon37 it started failing by saying No Keyword. When I am installing the Rammbock again after uninstalling the Python27 then I started getting the above error on window machine.
I just notice https://pypi.org/project/robotframework-rammbock-py3/ is available.