diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-03-29 13:15:38 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-03-29 13:15:38 +0200 |
commit | 582958e333e9624654d57fb9e17d3340b5d0ac9b (patch) | |
tree | af40f378a2730cbdca8a4a1ca8f8aa0445b7f952 /docs/source | |
parent | 02f07bfe145fb4c3a31101c48202224d803004da (diff) | |
download | mediagoblin-582958e333e9624654d57fb9e17d3340b5d0ac9b.tar.lz mediagoblin-582958e333e9624654d57fb9e17d3340b5d0ac9b.tar.xz mediagoblin-582958e333e9624654d57fb9e17d3340b5d0ac9b.zip |
The video media_type needs pygtk/gtk.
Note in the docs, that the video media_type needs the gtk
and pygtk modules and where to get them on debian.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/media-types.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/media-types.rst b/docs/source/media-types.rst index ec068422..a6e76385 100644 --- a/docs/source/media-types.rst +++ b/docs/source/media-types.rst @@ -32,6 +32,10 @@ good/bad/ugly). On Debianoid systems:: sudo apt-get install python-gst0.10 +Currently you need the gtk and pygtk modules:: + + sudo apt-get install python-gtk2 + Next, modify (and possibly copy over from ``mediagoblin.ini``) your ``mediagoblin_local.ini``. Uncomment this line in the ``[mediagoblin]`` section:: |