Re: ActivePython Digest, Vol 15, Issue 2

2008-11-14 Thread Patrick ARNOULD
Hi Bill, Thanks for your answer, unfortunately it's still not working for me. I have installed the MSScriptControl.ScriptControl package but I still have the following error: "Run-time error '380'; A script engine for the specified language can not be created" when excel tries to execute the

How to run Python script in Excel/vba environment

2008-11-06 Thread Patrick ARNOULD
Hi, I would like to resuse a Python script in Excel2003 environment, so I try to develop a vba function to call this Python script function. I found the following example but unfortunately the 'python' language is not recognize in my excel environment. Global sc As New MSScriptControl.ScriptCo