You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: