]> git.meshlink.io Git - catta/blobdiff - avahi-utils/avahi-bookmarks.in
Include qt mainloop adapter in build system. Moc finding code is cracktastic thanks to
[catta] / avahi-utils / avahi-bookmarks.in
index ce8eba13b073e7939fe5640a11f8a4455047b8df..07ca8f06e79decfd6dbd335cf774ae8658379edd 100755 (executable)
@@ -38,7 +38,7 @@ try:
     from twisted.internet import reactor
     from twisted.web import server, resource
 except ImportError:
-    print "Sorry, to use this tool you need to install twisted."
+    print "Sorry, to use this tool you need to install twisted and twisted.web."
     sys.exit(1)
 
 urlproto = { "_http._tcp" : "http",  "_https._tcp" : "https", "_ftp._tcp" : "ftp" }