Changes between Version 7 and Version 8 of InstallationGuidelines/Windows/Developer/Installer


Ignore:
Timestamp:
01/19/12 16:03:31 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Installer

    v7 v8  
    1212
    1313Includes:
    14  * Python-2.6.6.msi
    15  * lxml-2.3.win32-py2.6.exe
    16  * Shapely-1.2.12.win32-py2.6.exe
    17  * pywin32-214.win32-py2.6.exe
     14 * Python-2.7.2.msi
     15 * lxml-2.3.win32-py2.7.exe
     16 * Shapely-1.2.13.win32-py2.7.exe
     17 * pywin32-216.win32-py2.7.exe
     18 * xlrd-0.7.1.win32.exe
    1819 * xlwt-0.7.2.win32.exe
    19  * PIL-1.1.7.win32-py2.6.exe
    20  * reportlab-2.4.win32-py2.6.exe
     20 * PIL-1.1.7.win32-py2.7.exe
     21 * matplotlib-1.1.0.win32-py2.7.exe
     22 * numpy-1.6.1-win32-superpack-python2.7.exe
     23 * reportlab-2.5.win32-py2.7.exe
    2124 * pyserial-2.5.win32.exe
    22  * ipython-0.10.win32-setup.exe
    23  * pyreadline-1.5-win32-setup.exe
    24  * bzr-2.3.4-1.win32-py2.6.exe (to be removed)
     25 * ipython-0.12.win32-setup.exe
     26 * dateutil-1.5.tar.gz
     27 * tweepy-1.8.tar.gz
    2528
    26 Doesn't yet include:
    27  * xlrd-0.7.1.win32.exe
    28  * git (should it?)
    2929== Usage Guidelines ==
    30  1. If you haven't previously installed Python-2.6 and are happy with the default installation paths, then keep hitting next until the installers complete.
    31  2. If you have a pre-installed Python-2.6 environment, this should be detected but otherwise can deselect it in the components page
    32  3. The installation of the libraries will fail if python path is not detectable via the windows registry
     30 Note: This will reuse any pre-installed Python-2.7 environment
    3331
    3432== Next ==
    35 Install Web2Py & Sahana:
    36  * InstallationGuidelines/Developer/PostPython
     33=== Start Eden ===
     34If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
     35{{{
     36cd .. # the web2py main directory
     37python web2py.py
     38}}}
     39
     40=== Install Eclipse ===
     41If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse:
     42 * DeveloperGuidelinesEclipse
     43
     44=== Developer Guidelines ===
     45Now, see how to put your installation to work:
     46 * DeveloperGuidelines