I have a test.robot file , I want to convert it to test.exe file that can run indpendently on any windows machine without the need to install any other depedencies like python or robotframework.
I tried pyinstaller using command pyinstaller --onefile test.robot
.
that will result an executable file test.exe.
when I try to run it, I face this error
[ ERROR ] Importing library ‘robot.libraries.BuiltIn’ failed: Module ‘robot.libraries’ does not contain ‘BuiltIn’.
any help how can I solve the above error, or is there any other straight forward suggestion to achive my aim.
deyaa-fattal-tfs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.