On 27/10/2011 5:52 PM, Anton Kurbatov wrote:
May you help me, pls...

I am using win7 ultimate. Installed version of python 2.5.1.1.
(ActivePython with pywin32)

I get the following msg:

import win32gui
print win32gui.GetCursorInfo()
Traceback (most recent call last):
   File "<stdin>", line 1, in<module>
TypeError: function takes no arguments


This is a bug?

Strange - it works for me:

>>> import win32gui
>>> win32gui.GetCursorInfo()
(1, 65545L, (684, 703))
>>>

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to