From 582958e333e9624654d57fb9e17d3340b5d0ac9b Mon Sep 17 00:00:00 2001 From: Elrond Date: Thu, 29 Mar 2012 13:15:38 +0200 Subject: [PATCH] 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. --- docs/source/media-types.rst | 4 ++++ 1 file changed, 4 insertions(+) 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:: -- 2.25.1