← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #705863]: Sikulix 2.0.5 I want use requests (HTTP for Humans)

 

Question #705863 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/705863

    Status: Open => Answered

RaiMan proposed the following answer:
Python modules can only be used if they are written in Python language
only (max level 2.7) and do not contain or reference any native
libraries.

Install the module with Python/pip and add a reference to the folder
containing the module into Sikulix's Lib folder in site-
packages/sites.txt. Restart the IDE and try to import.

If you get any errors after the import, then the module is not useable.

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