sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07514
[Bug 902702] Re: antislash or r won't escape quotes on win 7 64bits
since you cannot type() apostrophes at all (see faq 933), I guess, this
is a "hidden" problem ;-)
try
paste("i want this \"word\" quoted")
or
paste('i want this "word" quoted')
... should work as expected.
BTW: string handling is exactly as it has to be with Python, since the
script interpreter is Jython and not Sikuli.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/902702
Title:
antislash or r won't escape quotes on win 7 64bits
Status in Sikuli:
New
Bug description:
Hi,
I've installed x-1.0rc2 Sikuli version on my win 7 64 bits.
Problem is : i can't escape characters. both antislash and raw string mode don't work in any situation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/902702/+subscriptions
References