Hello,
I am trying to run a python script inside a vb.net application, which means executing the code inside vb.net instead of runing it external. The problem is:
I am using MsScriptControl and set the language to "python", I tried to run it and get the error "A script engine for the specified language can not be created". My research has told me i need these keys in my registry. The problem is I cant find them so how to I make them. Or even better a full solution to my problem ^^
HKEY_CLASSES_ROOT\Python
HKEY_CLASSES_ROOT\Python.AXScript.2
HKEY_CLASSES_ROOT\Python.AXScript-rexec.2
Thanks in advance
I am trying to run a python script inside a vb.net application, which means executing the code inside vb.net instead of runing it external. The problem is:
I am using MsScriptControl and set the language to "python", I tried to run it and get the error "A script engine for the specified language can not be created". My research has told me i need these keys in my registry. The problem is I cant find them so how to I make them. Or even better a full solution to my problem ^^
HKEY_CLASSES_ROOT\Python
HKEY_CLASSES_ROOT\Python.AXScript.2
HKEY_CLASSES_ROOT\Python.AXScript-rexec.2
Thanks in advance