wiki:InstallationGuidelines/Windows/Developer/Installer

Version 11 (modified by Fran Boon, 13 years ago) ( diff )

--

Installation Guidelines: Windows - Developer (Installer)

If you are a Developer running Windows and wishing to install Python & all dependent libraries manually then this is the right page for you.

This installer allows for quick installation of Python and all required dependencies required.

It is designed for use by Developers.

Note: This Installer should be updated to include dateutil (it would also be nice to update to Python-2.7 & include matplotlib & numpy)

Includes:

  • Python-2.7.2.msi
  • lxml-2.3.win32-py2.7.exe
  • Shapely-1.2.13.win32-py2.7.exe
  • pywin32-216.win32-py2.7.exe
  • xlrd-0.7.1.win32.exe
  • xlwt-0.7.2.win32.exe
  • PIL-1.1.7.win32-py2.7.exe
  • matplotlib-1.1.0.win32-py2.7.exe
  • numpy-1.6.1-win32-superpack-python2.7.exe
  • reportlab-2.5.win32-py2.7.exe
  • pyserial-2.5.win32.exe
  • ipython-0.12.win32-setup.exe
  • dateutil-1.5.tar.gz
  • tweepy-1.8.tar.gz
  • web2py
  • eden

Usage Guidelines

Note: This will reuse any pre-installed Python-2.7 environment

  • Install Git
  • Update Eden:
    cd eden
    git pull
    
  • copy deployment-templates/models/000_config.py to /models and set FINISHED_EDITING_CONFIG_FILE = False

Next

Start Eden

If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:

cd .. # the web2py main directory
python web2py.py

Install Eclipse

If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse:

Developer Guidelines

Now, see how to put your installation to work:

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.