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

[python-win32] WSAAsyncSelect

2011-01-05 Thread david.briant
Hi 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). So basically I want to receive winsock events in a windows message proc (which I

Re: [python-win32] WSAAsyncSelect

2011-01-05 Thread Tim Roberts
[email protected] 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? >

[python-win32] python wmi testing question

2011-01-05 Thread Chiradeep Vittal
My module is using the WMI module to use WMI Hyper-V provider. My module obeys a public contract that needs to be exercised by the build automation framework. The build machine is not running on Windows. How could I easily mock the calls to WMI (and the subsequent calls to WMI objects returned by t

Re: [python-win32] Com server on 64 bit Windows 7

2011-01-05 Thread Mark Hammond
On 31/12/2010 3:50 PM, vijayendra bapte wrote: I have turned on logger in `Python27/Lib/site-packages/py2exe/boot_com_servers.py` and here is the traceback which I am getting in `comerror.txt` on `regsvr32 test_icon_overlay.dll` PATH is ['C:\\root\\avalon\\module\\sync\\python\\src\\dist

Re: [python-win32] Com server on 64 bit Windows 7

2011-01-05 Thread vijayendra bapte
On Thu, Jan 6, 2011 at 7:50 AM, Mark Hammond wrote: > On 31/12/2010 3:50 PM, vijayendra bapte wrote: > >> I have turned on logger in >> `Python27/Lib/site-packages/py2exe/boot_com_servers.py` and here is the >> traceback which I am getting in `comerror.txt` on `regsvr32 >> test_icon_overlay.dll` >