sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23579
[Bug 1271783] [NEW] type namespace overridden in python
Public bug reported:
if you create a library of sikuli code in python and you call the 'type'
method, it will try to type on the screen and woln't give you the type
of the object. As this is base python code, maybe you should rename the
type method?
from sikuli import *
x = 'asdf'
print type(x)
#should print out "str" not try to type on screen.
mac/mountain lion
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271783
Title:
type namespace overridden in python
Status in Sikuli:
New
Bug description:
if you create a library of sikuli code in python and you call the
'type' method, it will try to type on the screen and woln't give you
the type of the object. As this is base python code, maybe you should
rename the type method?
from sikuli import *
x = 'asdf'
print type(x)
#should print out "str" not try to type on screen.
mac/mountain lion
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271783/+subscriptions
Follow ups
References