Changes between Version 12 and Version 13 of BluePrint/Installer/Windows
- Timestamp:
- 08/05/10 19:04:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Installer/Windows
v12 v13 4 4 5 5 We want to allow an Emergency Management field worker to download a single executable which installs everything necessary even without Admin rights.[[BR]] 6 This means providing an option for which folder to install in (default to {{{c:\program files\sahana }}}).[[BR]]6 This means providing an option for which folder to install in (default to {{{c:\program files\sahana eden}}}).[[BR]] 7 7 Inside this folder have: 8 8 * [http://web2py.com/examples/static/web2py_win.zip Web2Py] binary inc Python 9 * applications\ sahana9 * applications\eden 10 10 * Python dependencies: 11 11 * "making a new binary distro with an updated file is as easy as unpacking and replacing the pyc file in the library.zip file" 12 * lxml: http://codespeak.net/lxml/ 13 * Shapely: http://pypi.python.org/packages/any/S/Shapely/ 12 14 * !ReportLab: 13 15 * http://www.reportlab.org/downloads.html 14 16 * http://groups.google.com/group/web2py/browse_thread/thread/1647eb41d601e334 15 17 * xlwt: http://pypi.python.org/pypi/xlwt 16 * lxml: http://codespeak.net/lxml/17 * Shapely: http://pypi.python.org/packages/any/S/Shapely/18 18 * Better Internationalisation support for Sqlite: http://groups.google.com/group/web2py/browse_thread/thread/a98973adb0225649 19 19 * [http://portableapps.com/apps/internet/firefox_portable FirefoxPortable] … … 22 22 * start service, if installed but not started 23 23 * start app if no service installed 24 * load Portable Firefox onto start page: http://localhost:8000/ sahana24 * load Portable Firefox onto start page: http://localhost:8000/eden 25 25 26 26 If Admin rights are available, then provide the option (default) to install Service & start Service at boot. 27 28 Status: 29 * InstallationGuidelinesWindowsPythonInstaller 30 * Developer version should also include the contents of http://eden.sahanafoundation.org/Sahana-Eden.zip 31 * Developer version should also add an Icon on the Start menu/Desktop for Eclipse 32 * http://eden.sahanafoundation.org/browser/static/scripts/tools/standalone_exe.py 33 {{{ 34 File "c:\bin\python26\lib\site-packages\py2exe\mf.py", line 204, in find_head_package 35 raise ImportError, "No module named " + qname 36 }}} 27 37 28 38 Possible solutions: