Hi Experts,
facing the Below error after few work arounds as well
Initial Python Package Version - 1.8.1
downgraded Python Package Version - 1.7.1 — BOT Hanged with out further proceeding at Python Scope Activity
downloaded and installed - windowsdesktop-runtime-5.0.17-win-x64(seeing some sol at forum) but still no luck.
any further guidance
Anil_G
(Anil Gorthi)
April 20, 2024, 12:43pm
2
@devasaiprasad_K
Run in debug mode and open the locals pane and check the exception details
Mostly looks like thw python path is not defined in env variables or the location provided may be wrong
Cheers
@Anil_G - am i correct till the Path
@Anil_G it seems i missed Library path, how to get library path details… could you pls help, i am also checking on this.
Anil_G
(Anil Gorthi)
April 20, 2024, 4:57pm
5
@devasaiprasad_K
You can import any package and then use package.file that would give location
Or search for pythonxx.dll file
Cheers
everything implemented as discussed now there are no errors too… but output is not as expected i am attaching file could you pls check and correct in code if any mistake…
python file is also in the UiPath folder could you pls and correct if any mistake
PythonImplementation.zip (3.7 KB)
loginerror
(Maciej Kuźmicz)
April 22, 2024, 9:40am
8
Hi @devasaiprasad_K
I have seen some issues with the windows app python installation.
Would it be possible for you to try with the Python installer as downloaded from the Python website, and not the one provided by the windows store?
This way you should be able to provide:
full path to the library DLL file
full path to the root folder of the installation (not the full path to the exe file, but rather a path to the folder that contains it