User:Bourke/escidocadmin
OPEN:--Bourke 10:39, 19 July 2011 (CEST)
Using ESciDoc_Admin as basis
- Python (windows) download from 2.5 Windows MSI Installer
- Install description not suitable for Python Newbies. Good resource: Python Development Windows Part 1 Installation
Prerequisite for Easy_Install is Setuptools Install link to v0.6c11
Easy_install fails to install turbogears 1.0.3 correctly and leaves dir corrupted. Trying with successor framework pip (simply replace easy_install with pip install, keep old version requirements.
Pysqlite appears to no longer exist at these links. found downloads here
c:\dev\escidocadmin\escidocadmin_env>easy_install -f http://www.turbogears.org/1.0/downloads/1.0.4.4 RuleDispatch
and then turbogears install
easy_install -f http://www.turbogears.org/1.0/downloads --1.0.4.4
1. Install Python25.
- For Windows
- For Linux
Install Easy_install
manual install python 2.5 on ubuntu[edit]
good (but not perfect) link howto manual install python25 on ubuntu lucid
worked, but virtualenv then failed to use the python executable, failed to load zlib.
suggestion andre:
apt-get install zlib11g-dev and remake