Question #663518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663518
Status: Answered => Solved
Brad Hagen confirmed that the question is solved:
Thanks TestMechanic I appreciate the suggestion. While trying that out I
realized that even with the subprocess.Popen commented out I was getting
the error. I turns out I had an import from earlier attempts to use the
recorder as a class. I removed the import and modified my sikuli script
to
xyz = subprocess.Popen(["C:\\python27\\python.exe",
"C:\\Users\\anony\\Documents\\DesktopAutomatedTesting\\Desktop.sikuli\\audio_recorder_popen.py"]
,stdout=subprocess.PIPE)
print "xyz", xyz.communicate()
now I get the file as expected. Yes!
Thanks RaiMan and TestMechanic - Problem solved
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp