Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RED can't identify robocorp/rpaframework libraries as expected #415

Open
bbartok76 opened this issue Feb 17, 2021 · 0 comments
Open

RED can't identify robocorp/rpaframework libraries as expected #415

bbartok76 opened this issue Feb 17, 2021 · 0 comments

Comments

@bbartok76
Copy link

bbartok76 commented Feb 17, 2021

I've started to use the RPA Framework of Robocorp with RED and I've experienced the following issue with the RPA.Excel.Files library:

  • the expected way to import an RPA library and accepted by the robot during execution:
    Library RPA.Excel.Files
  • the accepted way to import in RED is without the RPA prefix:
    Library Excel.Files

The documentation for the RPA.Excel.Files is here: https://rpaframework.org/libraries/excel_files/
I experienced the same with other RPA libraries.

If I try to import the library with the RPA prefix I get the following error message after discovery:
Additional info: RED was unable to find class 'RPA.Excel.Files' inside 'file:///C:/dev/eclipse-workspaces/ta-robot-salesforce/.venv/Lib/site-packages/RPA/Excel/Files.py' module.

Version information:

Eclipse version: 2020-09 (4.17.0)
Robotframework version: 3.2.2
RED version: latest (no version information available)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant