~intgr/listen/tweaks

« back to all changes in this revision

Viewing changes to check.py

  • Committer: Mehdi Abaakouk
  • Date: 2006-12-02 01:25:21 UTC
  • Revision ID: theli48@gmail.com-20061202012521-6zrq79cirtgr9kfi

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                                                   "\t(http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras)" % NAME)
54
54
    else: print "found"
55
55
 
 
56
    print "Checking for pygtkmozembed:",
 
57
    try: 
 
58
         import gtkmozembed
 
59
    except ImportError:
 
60
        raise SystemExit("not found\n%s require gnome-python-extras.\n"
 
61
                                                   "\t(http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras)" % NAME)
 
62
    else: print "found"
 
63
 
56
64
    print "Checking for mutagen:",
57
65
    try: 
58
66
         import mutagen