[issue11464] Call Mac API Crash via ctypes

2011-03-11 Thread yufun
yufun added the comment: thanks Ned and Ronald, I totally agree with you, I think it's a 32/64 issue. But, I'm not clear about the 32 and 64 bit in Python and don't know how to do let my code works, could you please explain more de

[issue11464] Call Mac API Crash via ctypes

2011-03-10 Thread yufun
New submission from yufun : appsLib =cdll.LoadLibrary(util.find_library('ApplicationServices')) event = appsLib.CGEventCreate(None); pt = appsLib.CGEventGetLocation(event); Crash after execute above python code. But these code works well in python3.13. -- assignee: theller