For one of my projects, I need to execute a python script with some file paths parameters and can't exactly find any resources on how to include it into my application.
I need the app itself to be self-contained so I can't just reference a local python.exe file. I've read up about IronPython but it's not compatible with python3 and I need to be able to import external libraries. There's really very little info on these topics online and I'm hoping someone with similar experience can explain how they got it to work?