packaging and distributing Python code as executables

Posted by user248237 on Stack Overflow See other posts from Stack Overflow or by user248237
Published on 2010-04-14T04:29:39Z Indexed on 2010/04/14 4:33 UTC
Read the original article Hit count: 269

Filed under:
|
|
|

How can I compile my python module into an executable, and distribute it in a way that doesn't require the user to download all the external Python packages that the module I wrote uses? Aside from that, is there a general guy on packaging and distributing python code? i.e. going from a script/module to someone that's user-friendly and can be run, ideally cross-platform (at least between unix and mac).

thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about packaging