~ubuntu-branches/ubuntu/karmic/pida/karmic

« back to all changes in this revision

Viewing changes to docs/2_users/1_requirements.rst

  • Committer: Bazaar Package Importer
  • Author(s): Jan Luebbe
  • Date: 2007-09-05 17:54:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905175409-ty9f6qpuctyjv1sd
Tags: 0.5.1-2
* Depend on librsvg2-common, which is not pulled in by the other depends
  (closes: #394860)
* gvim is no alternative for python-gnome2 and python-gnome2-extras
  (closes: #436431)
* Pida now uses ~/.pida2, so it can no longer be confused by old
  configurations (closes: #421378)
* Culebra is no longer supported by upstream (closes: #349009)
* Update manpage (closes: #440375)
* Update watchfile (pida is now called PIDA)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
========================
2
 
Requirements to run PIDA
3
 
========================
4
 
 
5
 
.. contents:: Table Of Contents
6
 
 
7
 
:author: Ali Afshar
8
 
:contact: aafshar@gmail.com
9
 
 
10
 
Minimum Requirements
11
 
++++++++++++++++++++
12
 
 
13
 
Python : >=2.4
14
 
  Python is most likely installed on UNIX systems. PIDA requires version 2.4,
15
 
  which is available to download at the `Python web site`_.
16
 
 
17
 
PyGTK : >=2.8
18
 
  GTK is the graphical toolkit used in PIDA, and PyGTK is the set of bindings
19
 
  for the Python programing language. You should use the latest version
20
 
  available at the `PyGTK web site`_
21
 
 
22
 
Setuptools : >=0.6.9 (I think)
23
 
  Setuptools is used for installation, plugins, and runtime source discovery.
24
 
  It is available in most distributions, or from the `Setuptools web site`_
25
 
 
26
 
Kiwi : >=1.9.10
27
 
  Kiwi is a UI framework for GTK. It contains some nice widgets and other things
28
 
  that we use and contribute to in PIDA (to save code duplication). You can
29
 
  obtain it from the `Kiwi web site`_
30
 
 
31
 
VTE Terminal widget : Any recent
32
 
  The VTE terminal widget is required (for now) with Python bindings. If you
33
 
  FBSD, you will have to hack your ports Makefile.
34
 
 
35
 
Optional Requirements
36
 
+++++++++++++++++++++
37
 
 
38
 
Gazpacho User Interface Designer : svn trunk
39
 
  Gazpacho is a GTK (Glade cmpatible) user interface designer. The latest
40
 
  version is available at the `Gazpacho web site`_.
41
 
 
42
 
Python-gnome-extras : Any recent
43
 
  Despite the name, this is a library of gtk widgets, and has very little to
44
 
  do with gnome. It is available in most distributions and is actually a tiny
45
 
  set of bindings.
46
 
 
47
 
.. _Python web site: http://python.org/
48
 
.. _PyGTK web site: http://pygtk.org/
49
 
.. _Setuptools web site: http://peak.telecommunity.com/DevCenter/setuptools
50
 
.. _Gazpacho web site: http://gazpacho.sicem.biz/
51
 
.. _Kiwi web site: http://www.async.com.br/projects/kiwi/
52