How can you bundle all your python code into a single zip file?
问题 It would be convenient when distributing applications to combine all of the eggs into a single zip file so that all you need to distribute is a single zip file and an executable (some custom binary that simply starts, loads the zip file's main function and kicks python off or similar). I've seen some talk of doing this online, but no examples of how to actually do it. I'm aware that you can (if its zip safe) convert eggs into zip files. What I'm not sure about is: Can you somehow combine all