← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #694520]: Tesseract

 

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

    Status: Open => Solved

RaiMan changed the question status:
--- does it matter what order they are in
the basic rule is:
import must be executed before the first use of related items from the imported stuff.

BTW:
# -*- coding: utf-8 -*- # done by from sikuli import *
import java.lang.System as JS
JS.setProperty("jna.library.path", "/usr/local/lib")
from sikuli import *

import Generator_Global
import datetime
import time # done by from sikuli import *
import os # done by from sikuli import *
import re
import os.path # done by from sikuli import *
from os import path # not needed, if you use os.path

--- drag drop problem
please start a new question.
best would be to have the script code to.
If possible create a short video of the situation.

You may send all stuff to me personally: sikulix---at---outlook---dot---
com

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