Python applications

py2exe allows you to make a standalone executable that envelops both the Python executable, and precompiled bytecode for your program. It is Windows-only.

I converted a python .py script into three files, a main executable, the C-run time dll msvcrt71.dll, and a third executable that is seemingly needed on Win9x. This runs on a system with no Python otherwise on it, with no path or whatever adjustments.

A Python binding of the BOINC API is described here.


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.