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

2011-01-09 Thread vijayendra bapte
Mark, Per comment on http://stackoverflow.com/questions/4582819/com-server-build-using-python-on-64-bit-windows-7-machine/4621124#4621124it was an issue with py2exe and patch provided here worked well. Thanks, Vijayendra. On Thu, Jan 6, 2011 at 10:12 AM, vijayendra bapte < vijayendra.ba...@gmail

Re: [python-win32] WSAAsyncSelect [SEC=UNCLASSIFIED]

2011-01-09 Thread Andrew MacIntyre
> david.bri...@ubs.com wrote: > So want to know how to release and acquire the GIL from pure python > (i.e. via ctypes or win32). Have you read the ctypes documentation? The "Loading shared libraries" section (s15.15.2.2 in the Python 2.6 docs) in particular seems pertinent. ---