Changes between Version 1 and Version 2 of PythonApps
- Timestamp:
- Jun 11, 2008, 12:41:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonApps
v1 v2 1 1 = Python applications = 2 3 [http://www.py2exe.org/ py2exe] allows you to make a 4 standalone executable that envelops both the Python executable, and 5 precompiled bytecode for your program. 6 It is Windows-only. 7 8 I converted a python .py script into three 9 files, a main executable, the C-run time dll msvcrt71.dll, and a third 10 executable that is seemingly needed on Win9x. 11 This runs on a system with no 12 Python otherwise on it, with no path or whatever adjustments. 2 13 3 14 A Python binding of the BOINC API is described