Bug#580869: Missing dependency on python-json

2011-12-21 Thread Michael Biebl
Hi Guido, $ grep import json * -R src/gnome-shell-jhbuild.in:import json src/gnome-shell-extension-tool.in:import js Looking at src/gnome-shell-extension-tool.in: try: import json except ImportError: try: import simplejson as json except ImportError: print

Bug#580869: Missing dependency on python-json

2011-12-21 Thread Guido Günther
On Wed, Dec 21, 2011 at 01:04:22PM +0100, Michael Biebl wrote: Hi Guido, $ grep import json * -R src/gnome-shell-jhbuild.in:import json src/gnome-shell-extension-tool.in:import js Looking at src/gnome-shell-extension-tool.in: try: import json except ImportError: try:

Bug#580869: Missing dependency on python-json

2010-05-09 Thread Guido Günther
Package: gnome-shell Version: 2.29.0-3 Severity: normal ~$ gnome-shell --create-extension Traceback (most recent call last): File /usr/bin/gnome-shell, line 225, in module import json ImportError: No module named json A recommends or (at least) suggests of python-json is missing here.