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

[RPA][ERROR] - use init() before ... - @fido has a PR solution for space in folder issue #198

Closed
emshihab008 opened this issue Jan 7, 2021 · 5 comments
Labels

Comments

@emshihab008
Copy link

Hello,
Currently, I started learning about RPA Python. I am almost new. I need a help.
when I try to write code in python, it is showing the below information:
[RPA][INFO] - to use RPA for Python on Windows, avoid space in folder path name,
[RPA][ERROR] - use init() before using url()

Can anyone please help me? where is the problem?
problem 01

@arunkhemlai
Copy link

[RPA][INFO] - to use RPA for Python on Windows, avoid space in folder path name,

Make sure that the path to your source code does not contain 'spaces'

@emshihab008
Copy link
Author

Thank you for your information. I have another question. I have seen that the directory of TAGUI setup is default (:c/users/......) . But the problem is that my default user folder name contains "space" . In this case, how can I change the path location of TAGUI setup?
Because when I ran the code in python, TAGUI Setup has started automatically and selected path location automatically.

@fi-do
Copy link
Contributor

fi-do commented Jan 31, 2021

Hey emshihab008,
it looks like there is currently no easy way to configure the installation directory during Python initialization.

//Edit:
I will work on a pr for a cleaner solution on this problem.

//Edit:
Finished feature. Worked for me. #207
Really hope this helps you, unfortunately I can't check it fully because I do not have a Windows system.

@kensoh kensoh changed the title [RPA][ERROR] - use init() before using url() [RPA][ERROR] - use init() before using url() - @fido has a PR solution for space in folder issue Apr 2, 2021
@kensoh kensoh added the query label Apr 2, 2021
@kensoh kensoh changed the title [RPA][ERROR] - use init() before using url() - @fido has a PR solution for space in folder issue [RPA][ERROR] - use init() before ... - @fido has a PR solution for space in folder issue Apr 2, 2021
@kensoh
Copy link
Member

kensoh commented Apr 2, 2021

Adding a note that in upstream TagUI project, there's an open issue to review any permanent solution for space issue -

aisingapore/TagUI#987

@jsantos42
Copy link

jsantos42 commented Nov 21, 2022

@emshihab008 I ran across the same error. It turns out I didn't have openJDK installed. That fixed the issue in my case!

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

No branches or pull requests

5 participants