New question #663046 on Sikuli: https://answers.launchpad.net/sikuli/+question/663046
I want to use automated script for sending message like twilio. To install twilio there is a pip command "pip install twilio" in python. But I want to use this in Sikulix. I have also use site.txt where python2.7 package directory is written. after adding site.txt in appdata, I can import twilio. But when I import like this: from twilio.rest import Client it shows some error like this: [error] script [ Documents ] stopped with error in line 1 [error] Error caused by: Traceback (most recent call last): But I can use from twilio.rest in python without any problem. So, I am badly in need of a help. Please help me and take thanks in advance. -- 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

