Added an Error handling routine, in case the syncdb hook can't connect to Murmur the admin can choose a different Dbus name or skip the detection altogether
print"Unable to connect to DBus using name %s. Is Murmur even running!?"%dbusName;
dbusName=raw_input("DBus Service name (or empty to skip Servers/Players detection): ");
ifnotdbusName:
print'Be sure to run "python manage.py syncdb" with Murmur running before trying to use this app! Otherwise, existing Murmur servers won\'t be configurable!';