I tried the same - after seeing a post regarding calling Python from
an Excel sheet.
It seems some people have done this, as it is posted on several
different websties.
However, I'm getting an error on this line
       sc.Language = "python"

"A script engine for the specified language can not be created"

I've tried adding the MSscript control to the references in Excel, but
I still get the same error message




Date: Mon, 4 Feb 2008 15:42:05 +0530
From: Janakiraman Mohanakrishnan <[EMAIL PROTECTED]>
Subject: [python-win32] Executing eval function in VBscript
To: python-win32@python.org
Message-ID:
       <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hi all,
       I have been trying to execute python library functions VBscript,

       Public sc As New MSScriptControl.ScriptControl

       sc.Language = "python"
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to