How to pack python files and its dependencies in a single executable file?
- by Gatis
I've got a piece of software which consists of several python sources and a couple of c++ libraries. I'd like to pack them in a executable single file, just like java does with .jar files. Is there a way to do that?