Re: [python-win32] Passing parameters to FoxPro COM methods

2011-01-05 Thread Richard Lawrence
Dear Pythonistas, I still haven't figured out a way around this issue: 2) Regarding late binding: the way that attributes are looked up in win32com.client.dynamic.CDispatch.__getattr__ seems not to play nicely with Foxpro's way of responding to queries about the interface.  I think what's

Re: [python-win32] WSAAsyncSelect

2011-01-05 Thread Tim Roberts
david.bri...@ubs.com wrote: I’m looking for a little help on using WSAAsyncSelect via ctypes.I imagine this has been asked before but I couldn’t figure out how to search the archives (and trawling through them randomly didn’t really help). ...Would it be something likethe following?