Changes between Version 10 and Version 11 of PythonApps


Ignore:
Timestamp:
Aug 13, 2009, 2:35:27 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonApps

    v10 v11  
    11= Python applications =
    22
    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.
     3Python applications can be run using [http://www.py2exe.org/ py2exe] (Windows only).
    44
    5 
     5Alternatively, you can use the [PyMw PyMW master/work framework], which is cross platform.
    66
    77== Using Py2Exe ==