← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663046]: importing twilio in sikuliX

 

Question #663046 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663046

Description changed to:
I want to use automatic message sender like twilio at middle of my code. 
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 import Client"  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.