[python-win32] makepy.py usage and COM

2011-12-12 Thread Boc Tom
Hi, I have Python 3.2.2 and pyWin32 build 216 : I have the same issue already mentionned here : http://mail.python.org/pipermail/python-win32/2008-August/008093.html I just can't get the code right, Is there any update that would fix that bug ?

[python-win32] JavaScript - Python

2011-12-12 Thread Boc Tom
Hi, I want to use Python to automate InDesign, There is very little help on that subject ! I would like to use some of the sample scripts provided in the InDesign Sripting documentation, So I translate them from VBScript to Python which is ok except there are some parts written in JavaScript

[python-win32] win32com and the GIL

2011-12-12 Thread Peter Fraser
Hello Can win32com be made to release the GIL when it calls into COM components? Presumably it doesn't do this by default . I'm calling an apartment threaded COM component (VB6) and NOT passing any Python objects to that component (I promise). thankyou and have a splendid day Peter