How to pack python files and its dependencies in a single executable file?

Posted by Gatis on Stack Overflow See other posts from Stack Overflow or by Gatis
Published on 2010-05-11T18:04:53Z Indexed on 2010/05/11 18:14 UTC
Read the original article Hit count: 186

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about archive