Hi,
I try to connect the python code. showing full path error.
do you have any sample xaml file please share!
Hi,
I try to connect the python code. showing full path error.
do you have any sample xaml file please share!
Hi, did u find a solution to this problem?
Thank you!
Just a simple thought: you do have python installed on your machine right?
Hi all. Iām trying to invoke a simple, very simple Python script (print(āHello, world!ā)) using that Python_Mini_Demo (by the way, there is an error with the scripot location).
Loading the Python Script, there is no problem. But when Invoking the script with an āInvoke Python Methodā activity Iām always getting this message: āError loading Python script: System.AggregateException - One or more errors occurred.ā
I have a Windows 10 enteprise 64, Python 3.6.3 (32 bits) , Uipath 2017.1.6435 Community edition
I was able to download and install the Pyhon package, but Iām not sure if this works or it requires a specific combination of studio + windows + Python?
Thanks & regards
Hi,
I have uploaded to latest UiPath version and error is not there anymore. Problem was with the UiPath version installed.
Regards
Alfredo what version were you successful with?
Thanks in advance!
K
I have a problem with the activity. We wrote a python script that uses some external python libraries that should be imported in the code. How do we import those libraries in UiPath?
Hello, could you be please more specific ? What do you mean āhow do you import those libraries in UiPathā? They should be imported in the python script, as you mentioned. Also, please note that some libraries can not be imported. Iāve written about this here: Python script with Class and object - #3 by Sergiu.Wittenberger
This might be a limitation of the python activity, and if thatās the case, it should be raised as a bug / feature request for improvement. If not, Iād appreciate it if someone posted a more indepth guide on how to do this.