New question #214286 on Sikuli: https://answers.launchpad.net/sikuli/+question/214286
Hello. I'm new in Python and that's why I've got some question with starting *.py files in Sikuli scripts. I need to start external python file from Sikuli script. I use the next construction: import os os.startfile(r'c:/images/file.py') but Sikuli returns me an error: AttributeError: 'module' object has no attribute 'startfile'. But if I run the same code in Python it works well and file starting successfully. Where is my fault? Why it doesn't work in Sikuli? I would be very grateful for giving me any advice! Thanks! -- You received this question notification because you are a member of Sikuli Drivers, which 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

