kevlened / sikuli_cpython

UNMAINTAINED: A CPython wrapper around the sikuli standalone jar
MIT License
62 stars 12 forks source link

Classes not defined. #14

Open samjeckert opened 8 years ago

samjeckert commented 8 years ago

Hi,

Not sure if this project is still being maintained, but I recently installed it and am getting an error that some functions work (i.e. find()), but when I try to explicitly use a class they are undefined.

For instance, I cannot do any Settings.* or Region()

Any Advice?