Unable to load Python object when there is a import method inside the py script

Hi @Pavan_Gunda

Your import is relative to your python project. Have you either:

  • set Working Folder in the Python Scope activity
  • set the project’s directory into PythonPath environment variable
  • make UiPath copy your project into a directory included that is handled by both previous points ?

If you want to display the python traceback (instead of the infamous “pipe is broken”), you can downgrade your UiPath.Python.Activities library just the time to troubleshoot the issue.

1 Like