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 a different python module I can rely on when a new engine is created 
? Or maybe there is another way to call a python script when a new engine is 
created ?

Thanks for your help

-mab

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to