Closed GoogleCodeExporter closed 8 years ago
The issue here is that c_ulong is not a really a Python integer, and the match
function doesn't recognize it. You could use:
for x in ProcessIds:
rules.match(pid = x.value)
Original comment by plus...@gmail.com
on 6 Dec 2013 at 1:47
Original issue reported on code.google.com by
zhangke1...@gmail.com
on 23 Apr 2013 at 8:54