[python-win32] Executing eval function in VBscript

2008-02-04 Thread Janakiraman Mohanakrishnan
Hi all, I have been trying to execute python library functions VBscript, Public sc As New MSScriptControl.ScriptControl sc.Language = python Value = sc.Eval({'key':[1,2]}) While i try to execute the above shown code i am getting exception by saying

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread Tony Cappellini
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

[python-win32] Executing eval function in VBscript

2008-02-04 Thread Tony Cappellini
Date: Mon, 04 Feb 2008 10:05:11 -0500 From: bob gailer [EMAIL PROTECTED] Subject: Re: [python-win32] Executing eval function in VBscript To: Janakiraman Mohanakrishnan [EMAIL PROTECTED] Cc: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread bob gailer
Tony Cappellini wrote: Date: Mon, 04 Feb 2008 10:05:11 -0500 From: bob gailer [EMAIL PROTECTED] Subject: Re: [python-win32] Executing eval function in VBscript To: Janakiraman Mohanakrishnan [EMAIL PROTECTED] Cc: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread Tony Cappellini
] Subject: Re: [python-win32] Executing eval function in VBscript To: Janakiraman Mohanakrishnan [EMAIL PROTECTED] Cc: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed That's hard to answer until we know what you want

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread Tony Cappellini
http://msdn2.microsoft.com/en-us/library/aa227633(VS.60).aspx On Feb 4, 2008 6:30 PM, bob gailer [EMAIL PROTECTED] wrote: Tony Cappellini wrote: Date: Mon, 04 Feb 2008 10:05:11 -0500 From: bob gailer [EMAIL PROTECTED] Subject: Re: [python-win32] Executing eval function in VBscript

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread Janakiraman Mohanakrishnan
eval function in VBscript Date: Mon, 04 Feb 2008 10:05:11 -0500 From: bob gailer [EMAIL PROTECTED] Subject: Re: [python-win32] Executing eval function in VBscript To: Janakiraman Mohanakrishnan [EMAIL PROTECTED] Cc: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain

Re: [python-win32] Executing eval function in VBscript

2008-02-04 Thread Mark Hammond
PROTECTED] On Behalf Of Janakiraman Mohanakrishnan Sent: Tuesday, 5 February 2008 4:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; python-win32@python.org Subject: Re: [python-win32] Executing eval function in VBscript yes i want to have python functionality in excel, iam trying to call