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
Hi @HeliangCN oh under API general notes, there is the following link on using the package without Internet. It shows the step by step how to use the rpa.py and rpa_python.zip files -
kensoh
changed the title
How do I use the files generated by pack()?
How do I use the files generated by pack() - move to intranet and use directly
May 27, 2022
Adding on, the following info messages will appear after running pack(). I think they are quite clear on how to use the generated files, so I won't be changing it.
Note that your python script must be in the same folder as the rpa.py file to work. Because of lack of intranet, I'm not relying on having pip command available to install package normally. So users have to have a copy of the rpa.py file in the same folder as the Python automation script.
[RPA][INFO] - done. copy rpa_python.zip and rpa.py to your target computer.
[RPA][INFO] - then install and use with import rpa as r followed by r.init()
Hi @kensoh , May I ask you a few questions?
I used rpa.pack() in rpa/main.py file and generated rpa.py and rpa_python.zip, but I don't know how it works.
The API manual would be better if it were more detailed.
Thank you for reading!
The text was updated successfully, but these errors were encountered: