Hacker News new | ask | show | jobs
by icebraining 4421 days ago
Except for libc, of course.

By the way, you can actually do the same for Python using cx_Freeze; it'll create a single executable with Python + libraries + you code.

[1] http://cx-freeze.readthedocs.org/en/latest/script.html#scrip...

1 comments

I should just stop making assumptions about python and assume that if there's anything you ever would like to do with python, that someone has already built it :)