Question
I need to know how to execute Python scripts from inside VisualBasic. I need to execute a Python script when a .NET button is pressed
I need to know how to execute Python scripts from inside VisualBasic. I need to execute a Python script when a .NET button is pressed or when a .NET form is loaded from a .vb forms application.
I also need values passing back and forth between VB forms window and the Python Script that is running.
I have accomplished something similar with "wrappering" python-to-C then calling C functions from C++ (and visa versa) as a means of scripting and quickly generating new testing code for a really old system. I'm having difficulty accomplishing what sounded like a straight forward process: executing a Python script from inside VB.net
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started