[python-win32] Boot strap mechanism for ActiveX Python engines

2010-05-04 Thread Marc-Andre Belzile
Hi, I'm trying to execute some python code when a new ActiveX Python engine is instantiated. I thought I could use sitecustomize.py to put my code in but this module seems to get executed only for the first engine created (probably when pythoncomXX.dll is loaded for the first time). Is there

Re: [python-win32] Boot strap mechanism for ActiveX Python engines

2010-05-04 Thread Mark Hammond
On 5/05/2010 5:33 AM, Marc-Andre Belzile wrote: Hi, I'm trying to execute some python code when a new ActiveX Python engine is instantiated. I thought I could use sitecustomize.py to put my code in but this module seems to get executed only for the first engine created (probably when