← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #577483]: Web Scrapping

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
#1 is valid in any case (prior versions will no longer be supported)

SikuliX internally uses Jython, which is Java based, understands Python
language, but can only use Python modules, that are completely written
in Python language (no C-based module parts).

For what you want to do, I guess you have to start with urllib or
urlib2.

If you need further modules, you have to look around either for Python-
language-only modules or for Java libraries, which can easily be used in
Jython scripts out of the box (no Java knowledge needed).

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