I am using Invoke python method to invoke a method inside a script. It works fine if I use it normally. However, the UiPath Invoke Python method fails when i import values from another .py script.
Working Python script:
def test():
pass
Failing Python Script:
from common import *
def test():
pass
Note: common.py file is located on the same folder.
Somehow i feel Invoke python method does not work out if we use the value from a different file.
Error: 
Please do not paste the other common links that come up while searching the “Pipe broke errors” as I have gone through all the links and spent enough amount of research on the issue.
BTW, i am using the latest uipath python packages (1.4.1)