Re: [python-win32] pywin32 and Windows Filtering Platform?

2012-04-22 Thread Mark Hammond
The documentation is pretty sparse - you should look at the demo file win32comext\ifilter\filterDemo.py and look at the MS docs for the gory details... HTH, Mark On 21/04/2012 7:39 PM, Dan wrote: I have been developing in python for a few years now on unix. I'm dipping my feet into the windo

Re: [python-win32] Bug in pywin32 PyIADs?

2012-04-22 Thread Tim Golden
except that a recent change to distutils has broken the pywin32 setup.py. So I'll have to dig into that first before I can rebuild pywin32 before I can retest my own module. I feel like I have a hole in my bucket :) TJG On 22/04/2012 19:38, Tim Golden wrote: On 22/04/2012 19:34, Roge

Re: [python-win32] Bug in pywin32 PyIADs?

2012-04-22 Thread Roger Upole
"Tim Golden" wrote in message news:4f944314.4030...@timgolden.me.uk... > Could someone glance at this to confirm that it does indeed > seem to be a bug before I start hunting up the chain of > function calls to spot the issue, please? > > Steps are simple: > > 1) Use Python 3.2 and pywin32 217 >

[python-win32] Bug in pywin32 PyIADs?

2012-04-22 Thread Tim Golden
Could someone glance at this to confirm that it does indeed seem to be a bug before I start hunting up the chain of function calls to spot the issue, please? Steps are simple: 1) Use Python 3.2 and pywin32 217 2) Use the following code (obviously substituting some suitable domain): from win32c