--- SCRIBES/InstanceManager.py	Thu Mar 22 08:44:46 2007
+++ SCRIBES/InstanceManager.py	Thu Mar 22 08:45:08 2007
@@ -356,7 +356,8 @@
 		locale_folder = path.join(scribes_data_path, "locale")
 		# Initialize glade first.
 		try:
-			from locale import setlocale, LC_ALL, Error, bindtextdomain
+			from locale import setlocale, LC_ALL, Error
+			from gettext import bindtextdomain
 			bindtextdomain("scribes", locale_folder)
 			setlocale(LC_ALL, "")
 		except Error:
