Changes between Version 12 and Version 13 of BluePrint/Installer/Windows


Ignore:
Timestamp:
08/05/10 19:04:41 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Installer/Windows

    v12 v13  
    44
    55We 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]]
     6This means providing an option for which folder to install in (default to {{{c:\program files\sahana eden}}}).[[BR]]
    77Inside this folder have:
    88 * [http://web2py.com/examples/static/web2py_win.zip Web2Py] binary inc Python
    9   * applications\sahana
     9  * applications\eden
    1010  * Python dependencies:
    1111   * "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/
    1214   * !ReportLab:
    1315    * http://www.reportlab.org/downloads.html
    1416    * http://groups.google.com/group/web2py/browse_thread/thread/1647eb41d601e334
    1517   * xlwt: http://pypi.python.org/pypi/xlwt
    16    * lxml: http://codespeak.net/lxml/
    17    * Shapely: http://pypi.python.org/packages/any/S/Shapely/
    1818   * Better Internationalisation support for Sqlite: http://groups.google.com/group/web2py/browse_thread/thread/a98973adb0225649
    1919 * [http://portableapps.com/apps/internet/firefox_portable FirefoxPortable]
     
    2222 * start service, if installed but not started
    2323 * start app if no service installed
    24  * load Portable Firefox onto start page: http://localhost:8000/sahana
     24 * load Portable Firefox onto start page: http://localhost:8000/eden
    2525
    2626If Admin rights are available, then provide the option (default) to install Service & start Service at boot.
     27
     28Status:
     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{{{
     34File "c:\bin\python26\lib\site-packages\py2exe\mf.py", line 204, in find_head_package
     35    raise ImportError, "No module named " + qname
     36}}}
    2737
    2838Possible solutions: