[HOME] | [Usage] | [API Doc] | [INSTALL] | [Bibliography] | [LINK] | [MEMO]

Installation

REQUIREMENTS

Python 2.4 or higher.

DOWNLOAD

CVS

You can check out the source code from CVS repository with the following command:

$ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/young login  
Logging in to :pserver:anonymous@cvs.sourceforge.jp:2401/cvsroot/young
CVS password:<ENTER>      # When prompted for a password, simply press the Enter key
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/young co young
You can browse the CVS repository.
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/young/

To get the latest CVS snapshot, click HERE.

INSTALL

There are two ways to install young.

Installation from Source

Unpack the compressed file and run $ python setup.py install. That's all.

$ tar zxfv young-xxx.tar.gz
$ cd young-xxx
$ python setup.py install

(xxx is the version number)

Installation from Binary

Double click on young-xxx.win32.exe to invoke the installer. After that, just follow the instruction.

The binary installer is available for Windows only.

CHECK

To check if the installation is done right, start up an interpreter and import Young module.

$ python2.4

[snip]

>>> import young
>>> young.version
'0.2.3'

If Python complains about ImportError, please reverify the installation process.