Removed
execfile()
. Instead ofexecfile(fn)
useexec(open(fn).read())
.
It seems this library will not work with Python 3.
If you want, you could try Excel.Files or Excel.Application in RPA.Framework instead.
1 Like
Thanks for info. But how to import [Excel.Files] or [Excel.Application] in [RPA.Framework]
in Robot Framework to start using it in RIDE
Hi! I don’t use RIDE, but rpaframework
is a normal Python package. Install that and you get the libraries.
1 Like