← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272353]: Importing Python library smtplib

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
no idea.

If this works with Python, then it seems to be a problem in the smtp
module implementation in Jython 2.7.

The alternative would be, to trigger a script run by Python via the
run() command (see docs) in your SikuliX script, so you do not depend on
the Jython smtp implementation.

The external script could be completely built in your SikuliX script
based on a template, then written to a file, which in turn is used with
the Python command.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.