✅ Running Python Program from WPF
I'm struggling with running a python program from wpf. I've followed the documentation, but it seems like nothing is working. The python code works if run manually. I can also see python starting and using resources in the task manager
5 Replies
Link to Code : https://paste.mod.gg/qcbwjhzacbwo/0
BlazeBin - qcbwjhzacbwo
A tool for sharing your source code with the world!
you cant just call a .py file and expect it runs in cmd
you need to call your python executable + the .py file
i.e.: python my_script.py
Ah
Thanks I'll give it a go
Managed to get it to work - appreciate the pointer
$close
If you have no further questions, please use /close to mark the forum thread as answered