Add big note to avahi-discover.in pointing out the import dbus.glib (as
authorTrent Lloyd <lathiat@bur.st>
Fri, 17 Nov 2006 16:28:10 +0000 (16:28 +0000)
committerTrent Lloyd <lathiat@bur.st>
Fri, 17 Nov 2006 16:28:10 +0000 (16:28 +0000)
this has been a common problem for people to miss when using
avahi-discover as an example)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1334 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-python/avahi-discover.in

index 5174b5a..53bb2ce 100755 (executable)
@@ -28,6 +28,10 @@ except ImportError:
     print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus."
     sys.exit(1)
 
+
+## !!NOTE!! ##
+# It's really important to do this, else you won't see any events
+##
 try:
     import dbus.glib
 except ImportError, e: