15 Python scripts into one executable?
Ive been tinkering around all day with solutions from here and here: How would I combine multiple .py files into one .exe with Py2Exe Packaging multiple scripts in PyInstaller but Its not quite working the way I thought it might. I have a program that Ive been working on for the last 6 months and I just sourced out one of its features to another developer who did his work in Python. What I would like to do is use his scripts without making the user have to download and install python. The problem as I see it is that 1 python script calls the other 14 python scripts for various tasks. So what I