Changes between Version 10 and Version 11 of PythonApps
- Timestamp:
- Aug 13, 2009, 2:35:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PythonApps
v10 v11 1 1 = Python applications = 2 2 3 Python applications can be run two different ways: by using the [http://pymw.sourceforge.net/ PyMW framework] (cross platform) or by using [http://www.py2exe.org/ py2exe] (Windows only). Both methods are discussed here.3 Python applications can be run using [http://www.py2exe.org/ py2exe] (Windows only). 4 4 5 5 Alternatively, you can use the [PyMw PyMW master/work framework], which is cross platform. 6 6 7 7 == Using Py2Exe ==