Question Python in vb.net?

cskult

New member
Joined
Apr 17, 2011
Messages
2
Programming Experience
1-3
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
 
Thx

This is much what i looked for, but the main problem is to include python 3.0 files so they can run within vb.net as a script. Like the msscript controll, the problem is that it cant generate a script language for it :(
 
Back
Top