Changes between Version 16 and Version 17 of wade/python
- Timestamp:
- May 6, 2010, 9:20:58 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/python
v16 v17 42 42 43 43 = py2exe = 44 for python2.x45 官網:http://www.py2exe.org/46 下載:http://sourceforge.net/projects/py2exe/files/44 for python2.x 45 * 官網:http://www.py2exe.org/ 46 * 下載:http://sourceforge.net/projects/py2exe/files/ 47 47 48 48 = cx_freeze = 49 49 for python3.1 50 下載:http://cx-freeze.sourceforge.net/51 路徑:python3.1/Scripts52 指令:cxfreeze smartOutletSimulator --target-dir dist --target-name smartOutletSimulator.exe50 * 下載:http://cx-freeze.sourceforge.net/ 51 * 路徑:python3.1/Scripts 52 * 指令:cxfreeze smartOutletSimulator --target-dir dist --target-name smartOutletSimulator.exe 53 53 54 54