wiki:InstallationGuidelines/Windows/Developer/Manual

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

--

Installation Guidelines: Windows - Developer (Manual)

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

Install Python

2.7 is currently recommended. (2.6 works for all core functionality, but doesn't allow you to use the S3Cube pivot table functions)

NB 32-bit Python should be used even on 64-bit Windows:

Install Python Libraries

Windows users should generally use Windows Installers, where available

Mandatory

Optional

  • numpy required by matplotlib
  • SciPy required for S3Cube
  • MatPlotLib for charts (used in the Survey application & for the S3Cube pivottable reports)
  • PyTZ for Timezone awareness
  • PyWURFL for Browser Capabilities (unused currently)

Install Bzr

We use the Bazaar Distributed Version Control System Several downloads are available, but we recommend using the Python Installer:

Once you have done some hacking & are ready to share this with others, then register for an account on LaunchPad, generate an SSH Key (ssh-keygen), and then push to your branch:

  • Unzip ssh.zip to a folder in your path (e.g. 'windows')
  • set HOME = C:\Users\windowsusername (Best to do this in System Properties | Environment Variables to preserve across boots)
  • Create SSH keypair using ssky-keygen.cmd
  • bzr whoami "Full Name <email@address.org>"
    bzr add
    bzr remove
    bzr commit
    bzr launchpad-login mylpusername
    bzr push lp:~mylpusername/sahana-eden/mybranch
    

Next

Install Web2Py & Sahana:

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.