[python-win32] Trouble with SetWindowLong().

2011-01-15 Thread Ben Timby
I am using pywin32 214 on Windows XP 32 bit. I am calling SetWindowLong like so: -- import win32api, win32con def fun(): print 'fun' h = win32api.GetCurrentProcess() win32api.SetWindowLong(h, win32con.GWL_WNDPROC, fun) -- But receiving: TypeError: Unable to convert function to pointer-size

Re: [python-win32] Boolean type changed in Python 3.0?

2011-01-15 Thread Tom
I have the same problems and googled a lot but just found Sunny Carter's requests with no solution. Is there any, yet? Thanks! ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32