sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11024
Re: [Question #200024]: How to create Input box in Sikuli
Question #200024 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200024
Status: Answered => Open
Aakash Dev is still having a problem:
Hi Raimund,
Thanks for the reply.
I used this in a sikuli script "Mytest" as :
from sikuli import *
import time
import os
import sys
import datetime
import shutil
import Framework
def aa(value1):
sErrrorMessage = input(value1)
and trying to call it in an another script as given below :
import Mytest
Mytest.aa("Test")
But iam getting the below given error:
Mytest.aa("Test")
File ".\Mytest.sikuli\Mytest.py", line 11, in aa
sErrrorMessage = input("Test")
IOError: The handle is invalid
Please help,
Thanks and Regards,
Aakash
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.