← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #688106]: Reload error when no reload calls present

 

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

    Status: Needs information => Open

Mark McGuinn gave more information on the question:
The script is being run in the IDE and below are the lines with import:

def auction_control():


    
myScriptPath = "c:\\Users\\mmcguinn\\Documents"
if not myScriptPath in sys.path: sys.path.append(myScriptPath)
from sikuli import *
from ast import literal_eval
from mensel import *
from bidding import *
from auction_questions import *


import unittest
Settings.OcrReadText = True
Settings.OcrLanguage="ENG"
Settings.DebugLogs = True
import java.lang.System
import java.util.Arrays
import java.lang.Object
import java.awt.event.InputEvent
import java.io.FilterInputStream 
from java import *
import unittest
import re
import xlrd
import xlwt
import call_auction
import os.path

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