When vida.py is calling the extraction script, it calls it via an argument. Using "python3" on windows can break.
Solution A: did a OS check and call "py -3" if on windows
Solution B: refactor calling the extraction script so it can just me imported and called in a sane fashion
When vida.py is calling the extraction script, it calls it via an argument. Using "python3" on windows can break.
Solution A: did a OS check and call "py -3" if on windows
Solution B: refactor calling the extraction script so it can just me imported and called in a sane fashion