Package Things :: Module depcheck
[frames] | no frames]

Module depcheck

Checks for all the necessary dependancies that Things needs to run.

Variables
  v = [2, 6, 2]
  vers = "%s.%s" %(_versTuple [0], _versTuple [1])
  rightver = "%s.%s" %(_minGtkVers [0], _minGtkVers [1])
  cairoVers = cairo.cairo_version_string()
  rightCairoVers = "%s.%s" %(_minCairoVers [0], _minCairoVers [1])
  generally = ...
  mods = []
  __package__ = 'Things'
  n = '2'
Variables Details

generally

Value:
"""
 General Info:
 Ensure these modules are all installed:
 1. python-gtk2
 2. python-gnome2-desktop
 3. python-gobject
 4. python-cairo
 5. python-pyparsing
...