Rammbock icon indicating copy to clipboard operation
Rammbock copied to clipboard

Rammbock issues on RobotFramework Windows version.

Open jolivem opened this issue 6 years ago • 3 comments

  • 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.

jolivem avatar Mar 14 '19 13:03 jolivem

python setup.py Traceback (most recent call last): File "setup.py", line 6, in execfile(join(CURDIR, 'src', 'Rammbock', 'version.py')) NameError: name 'execfile' is not defined

getting this error while installing rammbock library after installing ride framework

MadhuriManasa avatar Apr 24 '20 03:04 MadhuriManasa

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.

Neeraj14 avatar Oct 09 '20 08:10 Neeraj14

I just notice https://pypi.org/project/robotframework-rammbock-py3/ is available.

tapioreijonen avatar Oct 09 '20 08:10 tapioreijonen