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 "type mismatch" that is due to eval function which returns 
dictionary in this      case where in VB does not support this, how shall 
i proceed in this case.


Thanks and Regards!

Janakiraman Mohanakrishnan
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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

Reply via email to