Skip to content

fix exist() - invalid, due to probably a local conflict of TagUI versions #337

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

Closed
wants to merge 2 commits into from

Conversation

xw0810
Copy link

@xw0810 xw0810 commented Dec 21, 2021

  1. add back quot to variable exist_result
  2. add rstrip to tagui_output to remove tailing \n

@kensoh
Copy link
Member

kensoh commented Jan 11, 2022

Hi @xw0810 thanks for raising this PR! There might be some conflict on your PC. This Python rpa package uses a forked version of TagUI with a different syntax. Your PR is actually changing the package to use the latest syntax from TagUI. This won't work, because the forked version is optimised to work with this Python package.

To fix the issue on your PC, you can try doing print(r.tagui_location()). Inside, there should be a tagui or .tagui folder depending on which OS you are using. Delete that tagui or .tagui folder away (or move elsewhere as a backup).

Then run import rpa as r and r.init(). The package will pull the correct TagUI engine accordingly to run.

@kensoh kensoh changed the title fix exist() fix exist() - invalid, due to probably a local conflict of TagUI versions Jan 11, 2022
@kensoh kensoh closed this Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants