I want to use shell to run a python script and get the return value(or output will be fine) from the python script. How to make that happen ?
I want to use shell to run a python script and get the return value(or output will be fine) from the python script. How to make that happen ?
Hello woshichuanqilz,
Before you execute the Shell command, Python must be installed on your machine. If it is installed and you have added the executable path to your Windows Environmental variables you can use Python.exe along with the path to the script file. If not you must include the full path to Python.exe on your machine. Python.exe will open a console window when the script runs. You will be able to see the results in this window.
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
I want to interact with the python, for example I pass some parameters to python script from vba and get the result from python script, you know that the python is more handy than vba it's a good choice to make python to do some task for vba, so is there a way to make vba get the result from python ?
do you consider using xlwings https://www.xlwings.org?
If you are pleased with a member's answer then use the Star icon to rate it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks