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
> 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.
---